Udało Ci się dodzwonić?
Oceń rozmowę
Krótka informacja o rozmowe pozwoli innym pomóc w wyborze odpowiedniej firmy
Skup podręczników Poznań
Wypełnij formularz i otrzymaj wyceny
Szybko i wygodnie!
Prowadzisz skup, serwis lub świadczysz usługi?
Otrzymuj oferty i daj się znaleźć!
Skupy w Poznaniu
Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak dużym mieście – piątym po względem ludności w Polsce – funkcjonuje wiele różnego rodzaju skupów, co powinno cieszyć każdego mieszkania Poznania.
Niestety, ale ilość skupujących utrudnia decyzje o wybraniu tego, który zaoferuje nam największą cenę za nasze meble, książki czy też np. samochód.
Serwis Skupisko.pl powstał z myślą o ułatwieniu kontaktu między sprzedającymi, a działającymi na rynku skupami. Korzystając z naszego serwisu może łatwiej uzyskiwać wyceny od wielu skupów działających na ternie Poznania.
Skup podręczników
Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań przeprowadzonych przez CBOS wynika, że wydatki na podręczniki to ok. 44 proc. kosztów ponoszonych przez rodziców przed rozpoczęciem roku szkolnego. Kupno książek z drugiej ręki pozwala zaoszczędzić nawet do kilkudziesięciu złotych.
Kiedy wzmaga się ruch w księgarniach czy marketach, można zakładać, że rozpoczyna się sezon na używane podręczniki. Nowe podręczniki szkolne często wykraczają poza możliwości finansowe rodziców. Dlatego, jeżeli posiadasz na swoich półkach podręczniki, które mogą zostać jeszcze przez kogoś wykorzystane, możesz je sprzedać osobom bardziej potrzebującym z pomocą serwisu Skupisko.pl. Wystaw swoje podręczniki za pośrednictwem jednego formularza lub zadzwoń do skupu, który będzie zainteresowany nabyciem Twoich książek!
ErrorException [ Warning ]:
MODPATH/venloc/frontend/views/venloc/catalog/cities.php [ 17 ]
12 <ul class="popular-cities">
13 <?php
14 $cityLinks = [];
15
16 foreach ($highestPopulationCities as $hpCity) {
17 if (!in_array($hpCity->id, $randomLimitCitiesIds)) {
18 continue;
19 }
20
21 $cityLinks[] = '<li class="col-md-6">' . html::anchor(
22 Venloc::cityCategoryRoute($category->url, $hpCity),
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
code
integer 2
error
string(57) "in_array() expects parameter 2 to be array, integer given"
file
string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php"
line
integer 17
4
array(8) ( "kohana_view_filename" => string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php" "kohana_view_data" => array(4) ( "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( 790 => object Model_Venloc_Locs_City(12)
{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
743 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
750 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 743 "region" => string(2) "15" "url" => string(6) "kalisz" "name" => string(6) "Kalisz" "name_in" => string(9) "w Kaliszu" "name_from" => string(9) "z Kalisza" "position" => integer 1 "population" => integer 100246 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(873) "<h3>Skupy w Kaliszu</h3> <p>Kalisz jest drugim największym miastem w województwie wielkopolskim. Zamieszkuje je ponad 100 tys …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
784 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 750 "region" => string(2) "15" "url" => string(5) "konin" "name" => string(5) "Konin" "name_in" => string(9) "w Koninie" "name_from" => string(8) "z Konina" "position" => integer 1 "population" => integer 73522 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(717) "<h3>Skupy w Koninie</h3> <p>Konin to miasto położone w środkowej Polsce, w województwie wielkopolskim, które niegdyś był …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
782 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 784 "region" => string(2) "15" "url" => string(4) "pila" "name" => string(5) "Piła" "name_in" => string(6) "w Pile" "name_from" => string(7) "z Piły" "position" => integer 1 "population" => integer 73139 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(666) "<h3>Skupy w Pile</h3> <p>Piła jest pod względem liczby mieszkańców czwartym miastem województwa wielkopolskiego. Duża pow …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
734 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 782 "region" => string(2) "15" "url" => string(19) "ostrow-wielkopolski" "name" => string(20) "Ostrów Wielkopolski" "name_in" => string(24) "w Ostrowie Wielkopolskim" "name_from" => string(25) "z Ostrowa Wielkopolskiego" "position" => integer 1 "population" => integer 71931 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(771) "<h3>Skupy w Ostrowie Wielkopolskim</h3> <p>Ostrów Wielkopolski to miasto położone w województwie wielkopolskim. Jest głów …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
761 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 734 "region" => string(2) "15" "url" => string(7) "gniezno" "name" => string(7) "Gniezno" "name_in" => string(11) "w Gnieźnie" "name_from" => string(9) "z Gniezna" "position" => integer 1 "population" => integer 68217 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(722) "<h3>Skupy w Gnieźnie</h3> <p>Gniezno to miasto w województwie wielkopolskim, w którym znajduje się około pięćdziesiąt …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
762 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 761 "region" => string(2) "15" "url" => string(6) "leszno" "name" => string(6) "Leszno" "name_in" => string(9) "w Lesznie" "name_from" => string(8) "z Leszna" "position" => integer 1 "population" => integer 63505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(700) "<h3>Skupy w Lesznie</h3> <p>Leszno to miasto w województwie wielkopolskim, położone w zachodniej części Polski. Zamieszkuj …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
824 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 762 "region" => string(2) "15" "url" => string(5) "lubon" "name" => string(6) "Luboń" "name_in" => string(9) "w Luboniu" "name_from" => string(9) "z Luboniu" "position" => integer 1 "population" => integer 31941 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
806 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 824 "region" => string(2) "15" "url" => string(8) "wrzesnia" "name" => string(9) "Września" "name_in" => string(11) "we Wrześni" "name_from" => string(11) "ze Wrześni" "position" => integer 1 "population" => integer 30922 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
811 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 806 "region" => string(2) "15" "url" => string(8) "swarzedz" "name" => string(9) "Swarzędz" "name_in" => string(13) "w Swarzędziu" "name_from" => string(14) "ze Szwarzędza" "position" => integer 1 "population" => integer 30201 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
757 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 811 "region" => string(2) "15" "url" => string(4) "srem" "name" => string(5) "Śrem" "name_in" => string(9) "w Śremie" "name_from" => string(9) "z Śremia" "position" => integer 1 "population" => integer 29446 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
816 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 757 "region" => string(2) "15" "url" => string(9) "krotoszyn" "name" => string(9) "Krotoszyn" "name_in" => string(13) "w Krotoszynie" "name_from" => string(12) "z Krotoszyna" "position" => integer 1 "population" => integer 28804 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
740 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 816 "region" => string(2) "15" "url" => string(5) "turek" "name" => string(5) "Turek" "name_in" => string(7) "w Turku" "name_from" => string(7) "z Turku" "position" => integer 1 "population" => integer 26833 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
818 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 740 "region" => string(2) "15" "url" => string(7) "jarocin" "name" => string(7) "Jarocin" "name_in" => string(11) "w Jarocinie" "name_from" => string(10) "z Jarocina" "position" => integer 1 "population" => integer 26106 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
752 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 818 "region" => string(2) "15" "url" => string(9) "wagrowiec" "name" => string(10) "Wągrowiec" "name_in" => string(11) "w Wągrowcu" "name_from" => string(11) "z Wągrowca" "position" => integer 1 "population" => integer 25686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
812 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 752 "region" => string(2) "15" "url" => string(7) "koscian" "name" => string(8) "Kościan" "name_in" => string(12) "w Kościanie" "name_from" => string(11) "z Kościana" "position" => integer 1 "population" => integer 23876 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
749 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 812 "region" => string(2) "15" "url" => string(18) "sroda-wielkopolska" "name" => string(19) "Środa Wielkopolska" "name_in" => string(25) "w Środzie Wielkopolskiej" "name_from" => string(24) "ze Środy Wielkopolskiej" "position" => integer 1 "population" => integer 23505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
737 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 749 "region" => string(2) "15" "url" => string(4) "kolo" "name" => string(5) "Koło" "name_in" => string(6) "w Kole" "name_from" => string(7) "z Koła" "position" => integer 1 "population" => integer 21686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
796 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 737 "region" => string(2) "15" "url" => string(6) "gostyn" "name" => string(7) "Gostyń" "name_in" => string(10) "w Gostyniu" "name_from" => string(11) "z Gostynina" "position" => integer 1 "population" => integer 20296 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
808 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 796 "region" => string(2) "15" "url" => string(6) "rawicz" "name" => string(6) "Rawicz" "name_in" => string(9) "w Rawiczu" "name_from" => string(9) "z Rawicza" "position" => integer 1 "population" => integer 20111 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
830 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 808 "region" => string(2) "15" "url" => string(9) "szamotuly" "name" => string(10) "Szamotuły" "name_in" => string(14) "w Szamotułach" "name_from" => string(11) "z Szamotuł" "position" => integer 1 "population" => integer 18853 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
727 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 830 "region" => string(2) "15" "url" => string(6) "zlotow" "name" => string(8) "Złotów" "name_in" => string(11) "w Złotowie" "name_from" => string(11) "ze Złotowa" "position" => integer 1 "population" => integer 18532 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
775 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 727 "region" => string(2) "15" "url" => string(8) "chodziez" "name" => string(9) "Chodzież" "name_in" => string(12) "w Chodzieży" "name_from" => string(12) "z Chodzieży" "position" => integer 1 "population" => integer 18480 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
785 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 775 "region" => string(2) "15" "url" => string(8) "oborniki" "name" => string(8) "Oborniki" "name_in" => string(12) "w Obornikach" "name_from" => string(9) "z Obronik" "position" => integer 1 "population" => integer 18055 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
813 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 785 "region" => string(2) "15" "url" => string(7) "pleszew" "name" => string(7) "Pleszew" "name_in" => string(11) "w Pleszewie" "name_from" => string(10) "z Pleszewa" "position" => integer 1 "population" => integer 17192 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
739 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 813 "region" => string(2) "15" "url" => string(9) "trzcianka" "name" => string(9) "Trzcianka" "name_in" => string(11) "w Trzciance" "name_from" => string(11) "z Trzciance" "position" => integer 1 "population" => integer 17140 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
774 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 739 "region" => string(2) "15" "url" => string(21) "grodzisk-wielkopolski" "name" => string(21) "Grodzisk Wielkopolski" "name_in" => string(25) "w Grodzisku Wielkopolskim" "name_from" => string(27) "z Grodziska Wielkopolskiego" "position" => integer 1 "population" => integer 14697 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
783 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 774 "region" => string(2) "15" "url" => string(11) "nowy-tomysl" "name" => string(12) "Nowy Tomyśl" "name_in" => string(16) "w Nowym Tomyślu" "name_from" => string(17) "z Nowego Tomyśla" "position" => integer 1 "population" => integer 14431 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
770 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 783 "region" => string(2) "15" "url" => string(10) "ostrzeszow" "name" => string(11) "Ostrzeszów" "name_in" => string(14) "w Ostrzeszowie" "name_from" => string(13) "z Ostrzeszowa" "position" => integer 1 "population" => integer 14134 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
744 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 770 "region" => string(2) "15" "url" => string(6) "mosina" "name" => string(6) "Mosina" "name_in" => string(9) "w Mosinie" "name_from" => string(8) "z Mosina" "position" => integer 1 "population" => integer 14124 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
802 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 744 "region" => string(2) "15" "url" => string(5) "kepno" "name" => string(6) "Kępno" "name_in" => string(9) "w Kępnie" "name_from" => string(8) "z Kępna" "position" => integer 1 "population" => integer 14012 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
822 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 802 "region" => string(2) "15" "url" => string(6) "slupca" "name" => string(7) "Słupca" "name_in" => string(9) "w Słupcy" "name_from" => string(10) "ze Słupcy" "position" => integer 1 "population" => integer 13658 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
823 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 822 "region" => string(2) "15" "url" => string(8) "wolsztyn" "name" => string(8) "Wolsztyn" "name_in" => string(12) "w Wolsztynie" "name_from" => string(11) "z Wolsztyna" "position" => integer 1 "population" => integer 13018 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
797 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 823 "region" => string(2) "15" "url" => string(6) "wronki" "name" => string(6) "Wronki" "name_in" => string(11) "we Wronkach" "name_from" => string(8) "z Wronek" "position" => integer 1 "population" => integer 11119 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
) "city" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 797 "region" => string(2) "15" "url" => string(7) "rogozno" "name" => string(8) "Rogoźno" "name_in" => string(11) "w Rogoźnie" "name_from" => string(10) "z Rogoźna" "position" => integer 1 "population" => integer 11088 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"category" => object Model_Venloc_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( 790 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
743 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
750 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 743 "region" => string(2) "15" "url" => string(6) "kalisz" "name" => string(6) "Kalisz" "name_in" => string(9) "w Kaliszu" "name_from" => string(9) "z Kalisza" "position" => integer 1 "population" => integer 100246 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(873) "<h3>Skupy w Kaliszu</h3> <p>Kalisz jest drugim największym miastem w województwie wielkopolskim. Zamieszkuje je ponad 100 tys …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
784 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 750 "region" => string(2) "15" "url" => string(5) "konin" "name" => string(5) "Konin" "name_in" => string(9) "w Koninie" "name_from" => string(8) "z Konina" "position" => integer 1 "population" => integer 73522 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(717) "<h3>Skupy w Koninie</h3> <p>Konin to miasto położone w środkowej Polsce, w województwie wielkopolskim, które niegdyś był …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
782 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 784 "region" => string(2) "15" "url" => string(4) "pila" "name" => string(5) "Piła" "name_in" => string(6) "w Pile" "name_from" => string(7) "z Piły" "position" => integer 1 "population" => integer 73139 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(666) "<h3>Skupy w Pile</h3> <p>Piła jest pod względem liczby mieszkańców czwartym miastem województwa wielkopolskiego. Duża pow …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
734 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 782 "region" => string(2) "15" "url" => string(19) "ostrow-wielkopolski" "name" => string(20) "Ostrów Wielkopolski" "name_in" => string(24) "w Ostrowie Wielkopolskim" "name_from" => string(25) "z Ostrowa Wielkopolskiego" "position" => integer 1 "population" => integer 71931 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(771) "<h3>Skupy w Ostrowie Wielkopolskim</h3> <p>Ostrów Wielkopolski to miasto położone w województwie wielkopolskim. Jest głów …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
761 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 734 "region" => string(2) "15" "url" => string(7) "gniezno" "name" => string(7) "Gniezno" "name_in" => string(11) "w Gnieźnie" "name_from" => string(9) "z Gniezna" "position" => integer 1 "population" => integer 68217 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(722) "<h3>Skupy w Gnieźnie</h3> <p>Gniezno to miasto w województwie wielkopolskim, w którym znajduje się około pięćdziesiąt …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
762 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 761 "region" => string(2) "15" "url" => string(6) "leszno" "name" => string(6) "Leszno" "name_in" => string(9) "w Lesznie" "name_from" => string(8) "z Leszna" "position" => integer 1 "population" => integer 63505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(700) "<h3>Skupy w Lesznie</h3> <p>Leszno to miasto w województwie wielkopolskim, położone w zachodniej części Polski. Zamieszkuj …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
824 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 762 "region" => string(2) "15" "url" => string(5) "lubon" "name" => string(6) "Luboń" "name_in" => string(9) "w Luboniu" "name_from" => string(9) "z Luboniu" "position" => integer 1 "population" => integer 31941 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
806 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 824 "region" => string(2) "15" "url" => string(8) "wrzesnia" "name" => string(9) "Września" "name_in" => string(11) "we Wrześni" "name_from" => string(11) "ze Wrześni" "position" => integer 1 "population" => integer 30922 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
811 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 806 "region" => string(2) "15" "url" => string(8) "swarzedz" "name" => string(9) "Swarzędz" "name_in" => string(13) "w Swarzędziu" "name_from" => string(14) "ze Szwarzędza" "position" => integer 1 "population" => integer 30201 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
757 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 811 "region" => string(2) "15" "url" => string(4) "srem" "name" => string(5) "Śrem" "name_in" => string(9) "w Śremie" "name_from" => string(9) "z Śremia" "position" => integer 1 "population" => integer 29446 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
816 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 757 "region" => string(2) "15" "url" => string(9) "krotoszyn" "name" => string(9) "Krotoszyn" "name_in" => string(13) "w Krotoszynie" "name_from" => string(12) "z Krotoszyna" "position" => integer 1 "population" => integer 28804 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
740 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 816 "region" => string(2) "15" "url" => string(5) "turek" "name" => string(5) "Turek" "name_in" => string(7) "w Turku" "name_from" => string(7) "z Turku" "position" => integer 1 "population" => integer 26833 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
818 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 740 "region" => string(2) "15" "url" => string(7) "jarocin" "name" => string(7) "Jarocin" "name_in" => string(11) "w Jarocinie" "name_from" => string(10) "z Jarocina" "position" => integer 1 "population" => integer 26106 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
752 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 818 "region" => string(2) "15" "url" => string(9) "wagrowiec" "name" => string(10) "Wągrowiec" "name_in" => string(11) "w Wągrowcu" "name_from" => string(11) "z Wągrowca" "position" => integer 1 "population" => integer 25686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
812 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 752 "region" => string(2) "15" "url" => string(7) "koscian" "name" => string(8) "Kościan" "name_in" => string(12) "w Kościanie" "name_from" => string(11) "z Kościana" "position" => integer 1 "population" => integer 23876 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
749 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 812 "region" => string(2) "15" "url" => string(18) "sroda-wielkopolska" "name" => string(19) "Środa Wielkopolska" "name_in" => string(25) "w Środzie Wielkopolskiej" "name_from" => string(24) "ze Środy Wielkopolskiej" "position" => integer 1 "population" => integer 23505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
737 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 749 "region" => string(2) "15" "url" => string(4) "kolo" "name" => string(5) "Koło" "name_in" => string(6) "w Kole" "name_from" => string(7) "z Koła" "position" => integer 1 "population" => integer 21686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
796 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 737 "region" => string(2) "15" "url" => string(6) "gostyn" "name" => string(7) "Gostyń" "name_in" => string(10) "w Gostyniu" "name_from" => string(11) "z Gostynina" "position" => integer 1 "population" => integer 20296 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
808 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 796 "region" => string(2) "15" "url" => string(6) "rawicz" "name" => string(6) "Rawicz" "name_in" => string(9) "w Rawiczu" "name_from" => string(9) "z Rawicza" "position" => integer 1 "population" => integer 20111 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
830 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 808 "region" => string(2) "15" "url" => string(9) "szamotuly" "name" => string(10) "Szamotuły" "name_in" => string(14) "w Szamotułach" "name_from" => string(11) "z Szamotuł" "position" => integer 1 "population" => integer 18853 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
727 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 830 "region" => string(2) "15" "url" => string(6) "zlotow" "name" => string(8) "Złotów" "name_in" => string(11) "w Złotowie" "name_from" => string(11) "ze Złotowa" "position" => integer 1 "population" => integer 18532 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
775 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 727 "region" => string(2) "15" "url" => string(8) "chodziez" "name" => string(9) "Chodzież" "name_in" => string(12) "w Chodzieży" "name_from" => string(12) "z Chodzieży" "position" => integer 1 "population" => integer 18480 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
785 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 775 "region" => string(2) "15" "url" => string(8) "oborniki" "name" => string(8) "Oborniki" "name_in" => string(12) "w Obornikach" "name_from" => string(9) "z Obronik" "position" => integer 1 "population" => integer 18055 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
813 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 785 "region" => string(2) "15" "url" => string(7) "pleszew" "name" => string(7) "Pleszew" "name_in" => string(11) "w Pleszewie" "name_from" => string(10) "z Pleszewa" "position" => integer 1 "population" => integer 17192 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
739 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 813 "region" => string(2) "15" "url" => string(9) "trzcianka" "name" => string(9) "Trzcianka" "name_in" => string(11) "w Trzciance" "name_from" => string(11) "z Trzciance" "position" => integer 1 "population" => integer 17140 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
774 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 739 "region" => string(2) "15" "url" => string(21) "grodzisk-wielkopolski" "name" => string(21) "Grodzisk Wielkopolski" "name_in" => string(25) "w Grodzisku Wielkopolskim" "name_from" => string(27) "z Grodziska Wielkopolskiego" "position" => integer 1 "population" => integer 14697 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
783 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 774 "region" => string(2) "15" "url" => string(11) "nowy-tomysl" "name" => string(12) "Nowy Tomyśl" "name_in" => string(16) "w Nowym Tomyślu" "name_from" => string(17) "z Nowego Tomyśla" "position" => integer 1 "population" => integer 14431 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
770 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 783 "region" => string(2) "15" "url" => string(10) "ostrzeszow" "name" => string(11) "Ostrzeszów" "name_in" => string(14) "w Ostrzeszowie" "name_from" => string(13) "z Ostrzeszowa" "position" => integer 1 "population" => integer 14134 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
744 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 770 "region" => string(2) "15" "url" => string(6) "mosina" "name" => string(6) "Mosina" "name_in" => string(9) "w Mosinie" "name_from" => string(8) "z Mosina" "position" => integer 1 "population" => integer 14124 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
802 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 744 "region" => string(2) "15" "url" => string(5) "kepno" "name" => string(6) "Kępno" "name_in" => string(9) "w Kępnie" "name_from" => string(8) "z Kępna" "position" => integer 1 "population" => integer 14012 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
822 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 802 "region" => string(2) "15" "url" => string(6) "slupca" "name" => string(7) "Słupca" "name_in" => string(9) "w Słupcy" "name_from" => string(10) "ze Słupcy" "position" => integer 1 "population" => integer 13658 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
823 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 822 "region" => string(2) "15" "url" => string(8) "wolsztyn" "name" => string(8) "Wolsztyn" "name_in" => string(12) "w Wolsztynie" "name_from" => string(11) "z Wolsztyna" "position" => integer 1 "population" => integer 13018 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
797 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 823 "region" => string(2) "15" "url" => string(6) "wronki" "name" => string(6) "Wronki" "name_in" => string(11) "we Wronkach" "name_from" => string(8) "z Wronek" "position" => integer 1 "population" => integer 11119 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
) "city" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 797 "region" => string(2) "15" "url" => string(7) "rogozno" "name" => string(8) "Rogoźno" "name_in" => string(11) "w Rogoźnie" "name_from" => string(10) "z Rogoźna" "position" => integer 1 "population" => integer 11088 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"category" => object Model_Venloc_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"cityLinks" => array(0) "hpCity" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "not_empty" => NULL ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( "grid" => string(7) "Kafelki" "list" => string(5) "Lista" ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( "id" => integer 23 "parent" => NULL "active" => bool TRUE "featured" => bool TRUE "position" => integer 4 "name" => string(11) "Wydawnictwa" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(11) "Wydawnictwa" "name_offers" => string(11) "Wydawnictwa" "url" => string(11) "wydawnictwa" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(0) "" "meta_location_keywords" => string(0) "" "meta_location_desc" => string(0) "" "meta_working_title" => string(0) "" "meta_working_keywords" => string(0) "" "meta_working_desc" => string(0) "" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => NULL "desc_page" => string(0) "" "desc_column" => NULL "superuser" => NULL ) protected _changed => array(0) protected _related => array(1) ( "parent" => NULL ) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) } -
MODPATH/venloc/frontend/views/venloc/catalog/cities.php [ 17 ] » in_array(arguments)
needle
integer 790
haystack
integer 790
12 <ul class="popular-cities"> 13 <?php 14 $cityLinks = []; 15 16 foreach ($highestPopulationCities as $hpCity) { 17 if (!in_array($hpCity->id, $randomLimitCitiesIds)) { 18 continue; 19 } 20 21 $cityLinks[] = '<li class="col-md-6">' . html::anchor( 22 Venloc::cityCategoryRoute($category->url, $hpCity),
-
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0
string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php"
44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filename
string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php"
kohana_view_data
array(4) ( "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( 790 => object Model_Venloc_Locs_City(12)
{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
743 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
750 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 743 "region" => string(2) "15" "url" => string(6) "kalisz" "name" => string(6) "Kalisz" "name_in" => string(9) "w Kaliszu" "name_from" => string(9) "z Kalisza" "position" => integer 1 "population" => integer 100246 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(873) "<h3>Skupy w Kaliszu</h3> <p>Kalisz jest drugim największym miastem w województwie wielkopolskim. Zamieszkuje je ponad 100 tys …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
784 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 750 "region" => string(2) "15" "url" => string(5) "konin" "name" => string(5) "Konin" "name_in" => string(9) "w Koninie" "name_from" => string(8) "z Konina" "position" => integer 1 "population" => integer 73522 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(717) "<h3>Skupy w Koninie</h3> <p>Konin to miasto położone w środkowej Polsce, w województwie wielkopolskim, które niegdyś był …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
782 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 784 "region" => string(2) "15" "url" => string(4) "pila" "name" => string(5) "Piła" "name_in" => string(6) "w Pile" "name_from" => string(7) "z Piły" "position" => integer 1 "population" => integer 73139 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(666) "<h3>Skupy w Pile</h3> <p>Piła jest pod względem liczby mieszkańców czwartym miastem województwa wielkopolskiego. Duża pow …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
734 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 782 "region" => string(2) "15" "url" => string(19) "ostrow-wielkopolski" "name" => string(20) "Ostrów Wielkopolski" "name_in" => string(24) "w Ostrowie Wielkopolskim" "name_from" => string(25) "z Ostrowa Wielkopolskiego" "position" => integer 1 "population" => integer 71931 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(771) "<h3>Skupy w Ostrowie Wielkopolskim</h3> <p>Ostrów Wielkopolski to miasto położone w województwie wielkopolskim. Jest głów …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
761 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 734 "region" => string(2) "15" "url" => string(7) "gniezno" "name" => string(7) "Gniezno" "name_in" => string(11) "w Gnieźnie" "name_from" => string(9) "z Gniezna" "position" => integer 1 "population" => integer 68217 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(722) "<h3>Skupy w Gnieźnie</h3> <p>Gniezno to miasto w województwie wielkopolskim, w którym znajduje się około pięćdziesiąt …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
762 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 761 "region" => string(2) "15" "url" => string(6) "leszno" "name" => string(6) "Leszno" "name_in" => string(9) "w Lesznie" "name_from" => string(8) "z Leszna" "position" => integer 1 "population" => integer 63505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => string(700) "<h3>Skupy w Lesznie</h3> <p>Leszno to miasto w województwie wielkopolskim, położone w zachodniej części Polski. Zamieszkuj …" ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
824 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 762 "region" => string(2) "15" "url" => string(5) "lubon" "name" => string(6) "Luboń" "name_in" => string(9) "w Luboniu" "name_from" => string(9) "z Luboniu" "position" => integer 1 "population" => integer 31941 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
806 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 824 "region" => string(2) "15" "url" => string(8) "wrzesnia" "name" => string(9) "Września" "name_in" => string(11) "we Wrześni" "name_from" => string(11) "ze Wrześni" "position" => integer 1 "population" => integer 30922 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
811 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 806 "region" => string(2) "15" "url" => string(8) "swarzedz" "name" => string(9) "Swarzędz" "name_in" => string(13) "w Swarzędziu" "name_from" => string(14) "ze Szwarzędza" "position" => integer 1 "population" => integer 30201 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
757 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 811 "region" => string(2) "15" "url" => string(4) "srem" "name" => string(5) "Śrem" "name_in" => string(9) "w Śremie" "name_from" => string(9) "z Śremia" "position" => integer 1 "population" => integer 29446 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
816 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 757 "region" => string(2) "15" "url" => string(9) "krotoszyn" "name" => string(9) "Krotoszyn" "name_in" => string(13) "w Krotoszynie" "name_from" => string(12) "z Krotoszyna" "position" => integer 1 "population" => integer 28804 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
740 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 816 "region" => string(2) "15" "url" => string(5) "turek" "name" => string(5) "Turek" "name_in" => string(7) "w Turku" "name_from" => string(7) "z Turku" "position" => integer 1 "population" => integer 26833 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
818 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 740 "region" => string(2) "15" "url" => string(7) "jarocin" "name" => string(7) "Jarocin" "name_in" => string(11) "w Jarocinie" "name_from" => string(10) "z Jarocina" "position" => integer 1 "population" => integer 26106 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
752 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 818 "region" => string(2) "15" "url" => string(9) "wagrowiec" "name" => string(10) "Wągrowiec" "name_in" => string(11) "w Wągrowcu" "name_from" => string(11) "z Wągrowca" "position" => integer 1 "population" => integer 25686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
812 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 752 "region" => string(2) "15" "url" => string(7) "koscian" "name" => string(8) "Kościan" "name_in" => string(12) "w Kościanie" "name_from" => string(11) "z Kościana" "position" => integer 1 "population" => integer 23876 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
749 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 812 "region" => string(2) "15" "url" => string(18) "sroda-wielkopolska" "name" => string(19) "Środa Wielkopolska" "name_in" => string(25) "w Środzie Wielkopolskiej" "name_from" => string(24) "ze Środy Wielkopolskiej" "position" => integer 1 "population" => integer 23505 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
737 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 749 "region" => string(2) "15" "url" => string(4) "kolo" "name" => string(5) "Koło" "name_in" => string(6) "w Kole" "name_from" => string(7) "z Koła" "position" => integer 1 "population" => integer 21686 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
796 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 737 "region" => string(2) "15" "url" => string(6) "gostyn" "name" => string(7) "Gostyń" "name_in" => string(10) "w Gostyniu" "name_from" => string(11) "z Gostynina" "position" => integer 1 "population" => integer 20296 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
808 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 796 "region" => string(2) "15" "url" => string(6) "rawicz" "name" => string(6) "Rawicz" "name_in" => string(9) "w Rawiczu" "name_from" => string(9) "z Rawicza" "position" => integer 1 "population" => integer 20111 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
830 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 808 "region" => string(2) "15" "url" => string(9) "szamotuly" "name" => string(10) "Szamotuły" "name_in" => string(14) "w Szamotułach" "name_from" => string(11) "z Szamotuł" "position" => integer 1 "population" => integer 18853 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
727 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 830 "region" => string(2) "15" "url" => string(6) "zlotow" "name" => string(8) "Złotów" "name_in" => string(11) "w Złotowie" "name_from" => string(11) "ze Złotowa" "position" => integer 1 "population" => integer 18532 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
775 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 727 "region" => string(2) "15" "url" => string(8) "chodziez" "name" => string(9) "Chodzież" "name_in" => string(12) "w Chodzieży" "name_from" => string(12) "z Chodzieży" "position" => integer 1 "population" => integer 18480 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
785 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 775 "region" => string(2) "15" "url" => string(8) "oborniki" "name" => string(8) "Oborniki" "name_in" => string(12) "w Obornikach" "name_from" => string(9) "z Obronik" "position" => integer 1 "population" => integer 18055 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
813 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 785 "region" => string(2) "15" "url" => string(7) "pleszew" "name" => string(7) "Pleszew" "name_in" => string(11) "w Pleszewie" "name_from" => string(10) "z Pleszewa" "position" => integer 1 "population" => integer 17192 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
739 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 813 "region" => string(2) "15" "url" => string(9) "trzcianka" "name" => string(9) "Trzcianka" "name_in" => string(11) "w Trzciance" "name_from" => string(11) "z Trzciance" "position" => integer 1 "population" => integer 17140 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
774 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 739 "region" => string(2) "15" "url" => string(21) "grodzisk-wielkopolski" "name" => string(21) "Grodzisk Wielkopolski" "name_in" => string(25) "w Grodzisku Wielkopolskim" "name_from" => string(27) "z Grodziska Wielkopolskiego" "position" => integer 1 "population" => integer 14697 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
783 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 774 "region" => string(2) "15" "url" => string(11) "nowy-tomysl" "name" => string(12) "Nowy Tomyśl" "name_in" => string(16) "w Nowym Tomyślu" "name_from" => string(17) "z Nowego Tomyśla" "position" => integer 1 "population" => integer 14431 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
770 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 783 "region" => string(2) "15" "url" => string(10) "ostrzeszow" "name" => string(11) "Ostrzeszów" "name_in" => string(14) "w Ostrzeszowie" "name_from" => string(13) "z Ostrzeszowa" "position" => integer 1 "population" => integer 14134 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
744 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 770 "region" => string(2) "15" "url" => string(6) "mosina" "name" => string(6) "Mosina" "name_in" => string(9) "w Mosinie" "name_from" => string(8) "z Mosina" "position" => integer 1 "population" => integer 14124 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
802 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 744 "region" => string(2) "15" "url" => string(5) "kepno" "name" => string(6) "Kępno" "name_in" => string(9) "w Kępnie" "name_from" => string(8) "z Kępna" "position" => integer 1 "population" => integer 14012 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
822 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 802 "region" => string(2) "15" "url" => string(6) "slupca" "name" => string(7) "Słupca" "name_in" => string(9) "w Słupcy" "name_from" => string(10) "ze Słupcy" "position" => integer 1 "population" => integer 13658 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
823 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 822 "region" => string(2) "15" "url" => string(8) "wolsztyn" "name" => string(8) "Wolsztyn" "name_in" => string(12) "w Wolsztynie" "name_from" => string(11) "z Wolsztyna" "position" => integer 1 "population" => integer 13018 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
797 => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 823 "region" => string(2) "15" "url" => string(6) "wronki" "name" => string(6) "Wronki" "name_in" => string(11) "we Wronkach" "name_from" => string(8) "z Wronek" "position" => integer 1 "population" => integer 11119 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
) "city" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 797 "region" => string(2) "15" "url" => string(7) "rogozno" "name" => string(8) "Rogoźno" "name_in" => string(11) "w Rogoźnie" "name_from" => string(10) "z Rogoźna" "position" => integer 1 "population" => integer 11088 "active" => bool TRUE "featured" => bool FALSE "desc_page" => NULL "desc_catalog" => NULL ) protected _changed => array(0) protected _related => array(0) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"category" => object Model_Venloc_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "not_empty" => NULL ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( "grid" => string(7) "Kafelki" "list" => string(5) "Lista" ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( "id" => integer 23 "parent" => NULL "active" => bool TRUE "featured" => bool TRUE "position" => integer 4 "name" => string(11) "Wydawnictwa" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(11) "Wydawnictwa" "name_offers" => string(11) "Wydawnictwa" "url" => string(11) "wydawnictwa" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(0) "" "meta_location_keywords" => string(0) "" "meta_location_desc" => string(0) "" "meta_working_title" => string(0) "" "meta_working_keywords" => string(0) "" "meta_working_desc" => string(0) "" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => NULL "desc_page" => string(0) "" "desc_column" => NULL "superuser" => NULL ) protected _changed => array(0) protected _related => array(1) ( "parent" => NULL ) }298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View
-
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e);
-
MODPATH/venloc/frontend/views/venloc/catalog/list.php [ 129 ] » Kohana_View->__toString()
124 ?> 125 </div> 126 <?php 127 } 128 129 echo $highPopulationCitiesView; 130 131 } elseif ($type == Venloc::CATALOG_TYPE and $region_id) { 132 $q = DB::Select()->where('category_id', '=', $category->id) 133 ->and_where('region_id', '=', $region_id); 134
-
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0
string(94) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/list.php"
44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filename
string(94) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/list.php"
kohana_view_data
array(19) ( "category" => object Model_Venloc_Category(12)
{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"type" => string(7) "katalog" "page" => string(1) "1" "shortform" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "not_empty" => NULL ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( 0 => string(3) "Nie" 1 => string(3) "Tak" ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( "grid" => string(7) "Kafelki" "list" => string(5) "Lista" ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( "in_array" => array(1) ( ... ) ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( "id" => integer 23 "parent" => NULL "active" => bool TRUE "featured" => bool TRUE "position" => integer 4 "name" => string(11) "Wydawnictwa" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(11) "Wydawnictwa" "name_offers" => string(11) "Wydawnictwa" "url" => string(11) "wydawnictwa" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(0) "" "meta_location_keywords" => string(0) "" "meta_location_desc" => string(0) "" "meta_working_title" => string(0) "" "meta_working_keywords" => string(0) "" "meta_working_desc" => string(0) "" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => NULL "desc_page" => string(0) "" "desc_column" => NULL "superuser" => NULL ) protected _changed => array(0) protected _related => array(1) ( "parent" => NULL ) }{ private trucks_packages_arr => NULL protected _file => string(91) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/shortform.php" protected _data => array(2) ( "cat_name" => string(19) "Skup podręczników" "cat_url" => string(17) "skup-podrecznikow" ) }
"fakeh1" => string(27) "Skup podręczników Poznań" "listHeader" => NULL "h1" => string(27) "Skup podręczników Poznań" "accounts" => object Database_Result_Cached(5){ protected _query => string(800) "SELECT `venloc_accounts`.*, AVG(`calls`.`rating`) AS `avg_rating`, IF("venloc_accounts.c_logo" IS NULL, 0, 1) AS `zdjecie`, IF(" …" protected _result => array(1) ( 0 => object stdClass(35)
"accounts_count" => integer 1 "accounts_addresses" => array(246) ( 1 => object Model_Venloc_Accounts_Address(12){ public id => string(3) "226" public active => string(1) "1" public position => string(1) "1" public registered => string(1) "0" public type => string(1) "1" public offers_subscribe => string(1) "0" public account_feat => NULL public score => string(3) "0.0" public c_cat => string(2) "30" public c_name => string(42) "Skup i sprzedaż podręczników używanych" public c_shortdesc => string(0) "" public c_desc => string(0) "" public c_phone => string(11) "662 015 949" public c_phone_hours => string(0) "" public c_logo => NULL public c_email => string(29) "poznan@uzywanepodreczniki.com" public c_www => string(0) "" public cf_name => string(0) "" public cf_street => string(0) "" public cf_zip => string(0) "" public cf_city => string(0) "" public cf_nip => string(0) "" public p_firstname => string(0) "" public p_lastname => string(0) "" public p_email => string(0) "" public p_email_code => string(32) "a77a951cef3d16c98efde8eb56fa7b85" public p_email_confirm => string(1) "0" public p_phone => string(0) "" public p_password => string(40) "792e1c3ec33201baebb4ed85ae3ef7eece897ad0" public created_date => string(10) "1485545448" public modified_date => string(10) "1485545539" public modified_user => string(1) "5" public avg_rating => NULL public zdjecie => string(1) "1" public wyrozniony => string(1) "0" }
) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool TRUE }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
2 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 1 "account" => string(1) "1" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(22) "Prymasa Tysiąlecia 66" "zip" => string(6) "03-332" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
37 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 2 "account" => string(1) "2" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
38 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 3 "account" => string(2) "37" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
39 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 4 "account" => string(2) "38" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
40 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 5 "account" => string(2) "39" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 433 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
41 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 6 "account" => string(2) "40" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
42 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 7 "account" => string(2) "41" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 223 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
43 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 8 "account" => string(2) "42" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
44 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 9 "account" => string(2) "43" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
45 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 10 "account" => string(2) "44" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
46 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 11 "account" => string(2) "45" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 504 "street" => string(0) "" "zip" => string(0) "" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
52 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 12 "account" => string(2) "46" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 539 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
53 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 13 "account" => string(2) "52" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 48 "street" => string(11) "Brzozowa 11" "zip" => string(6) "55-200" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
54 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 14 "account" => string(2) "53" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 421 "street" => string(14) "nowowiejska 31" "zip" => string(6) "47-225" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
55 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 15 "account" => string(2) "54" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
56 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 16 "account" => string(2) "55" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => string(8) "Sporna 4" "zip" => string(6) "85-715" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
57 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 17 "account" => string(2) "56" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => string(0) "" "zip" => string(0) "" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
59 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 18 "account" => string(2) "57" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(10) "Targowa 27" "zip" => string(6) "90-043" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
60 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 20 "account" => string(2) "59" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
61 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 21 "account" => string(2) "60" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(13) "Królewska 82" "zip" => string(6) "30-079" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
62 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 22 "account" => string(2) "61" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 28 "street" => string(12) "Spacerowa 44" "zip" => string(6) "57-350" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
63 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 23 "account" => string(2) "62" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 30 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
87 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 24 "account" => string(2) "63" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(10) "Targowa 27" "zip" => string(6) "90-043" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
65 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 46 "account" => string(2) "87" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(10) "Twarda 54 " "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
66 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 26 "account" => string(2) "65" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 495 "street" => string(0) "" "zip" => string(0) "" "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
71 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 27 "account" => string(2) "66" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(39) "Al. Jerozolimskie 202, bud. 4, lok. 106" "zip" => string(6) "02-496" "email" => string(0) "" "phone" => string(0) "" "hours" => string(14) "Pon.-Pt.: 9-16" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
68 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 29 "account" => string(2) "71" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 348 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
872 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 30 "account" => string(2) "68" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 0 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
73 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 322 "account" => string(3) "872" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
74 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 33 "account" => string(2) "73" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
76 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 34 "account" => string(2) "74" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(16) "Tarczyńska 20/3" "zip" => string(6) "02-023" "email" => string(0) "" "phone" => string(11) "501 091 071" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
77 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 35 "account" => string(2) "76" "active" => integer 1 "primary" => bool TRUE "region" => integer 13 "city" => integer 654 "street" => string(19) "Ponurego Piwnika 29" "zip" => string(8) "609 111 " "email" => string(20) "solmar@solmar.com.pl" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
75 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 36 "account" => string(2) "77" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 574 "street" => string(9) "Bory 53 c" "zip" => string(8) "32 269-2" "email" => string(20) "biuro@meteor.info.pl" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
79 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 37 "account" => string(2) "75" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 314 "street" => string(9) "Długa 27" "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
80 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 38 "account" => string(2) "79" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 808 "street" => string(12) "Chrobrego 13" "zip" => string(0) "" "email" => string(16) "maciej@kankat.pl" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
81 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 39 "account" => string(2) "80" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(17) "Jabłeczna 12/16 " "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
82 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 40 "account" => string(2) "81" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(14) "Dankowicka 37A" "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
83 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 41 "account" => string(2) "82" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 487 "street" => string(15) "Przemysłowa 19" "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
84 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 42 "account" => string(2) "83" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(10) "Pijarska 2" "zip" => string(6) "31-015" "email" => string(21) "pijarska@abecadlo.org" "phone" => string(14) "(12) 431 00 60" "hours" => string(22) "pn-pt 10-18, sob 11-17" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
85 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 43 "account" => string(2) "84" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 591 "street" => string(13) "Mickiewicza 4" "zip" => string(0) "" "email" => string(31) "biuro@skuptelefonowkatowice.com" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
86 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 44 "account" => string(2) "85" "active" => integer 1 "primary" => bool TRUE "region" => integer 13 "city" => integer 654 "street" => string(11) "Radiowa 22 " "zip" => string(0) "" "email" => string(0) "" "phone" => NULL "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
88 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 45 "account" => string(2) "86" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(10) "Mińska 65" "zip" => string(6) "03-828" "email" => string(19) "biuro@komissezam.pl" "phone" => string(0) "" "hours" => string(23) "Pn.-Pt. 9-18, Sob. 9-15" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
91 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 47 "account" => string(2) "88" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
92 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 49 "account" => string(2) "91" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(12) "Szczerbca 16" "zip" => string(7) "03-105 " "email" => string(17) "komis@domolana.pl" "phone" => string(9) "530647569" "hours" => string(75) "poniedziałek i piątek 10 - 18 wtorek - czwartek 12 - 20 sobota 10 - 14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
94 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 50 "account" => string(2) "92" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(17) "Trakt Brzeski 89a" "zip" => string(7) "05-077 " "email" => string(24) "gratomania@gratomania.pl" "phone" => string(10) "227732001 " "hours" => string(23) "pn-pt- 10-18 , sb 10-15" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
95 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 52 "account" => string(2) "94" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(9) "Marsa 111" "zip" => string(6) "04-470" "email" => string(21) "biuro@meblowykomis.pl" "phone" => string(9) "226119833" "hours" => string(27) "pon-piąt 10-19 , sob 10-16" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
96 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 53 "account" => string(2) "95" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(13) "Romana Maya 1" "zip" => string(0) "" "email" => string(21) "BIURO@KRUGERGLOBAL.PL" "phone" => string(11) "514 852 901" "hours" => string(10) "pn-pt 9-15" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
97 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 54 "account" => string(2) "96" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 806 "street" => string(21) "Skłodowskiej-Curie 5" "zip" => string(6) "62-020" "email" => string(14) "jantyk75@wp.pl" "phone" => string(11) "664 626 007" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
98 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 55 "account" => string(2) "97" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(16) "Wólczańska 247" "zip" => string(7) "93-035 " "email" => string(22) "arkadia@arkadia.go3.pl" "phone" => string(9) "694782208" "hours" => string(25) "pon-pt 10-18 , sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
99 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 56 "account" => string(2) "98" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 569 "street" => string(10) "Gdańska 4" "zip" => string(6) "83-110" "email" => string(0) "" "phone" => string(11) "505-029-713" "hours" => string(22) "pn-pt 10-18, sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
100 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 57 "account" => string(2) "99" "active" => integer 1 "primary" => bool TRUE "region" => integer 14 "city" => integer 706 "street" => string(14) "Olsztyńska 37" "zip" => string(6) "11-001" "email" => string(14) "mebeltom@o2.pl" "phone" => string(11) "601 359 144" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
101 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 58 "account" => string(3) "100" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 539 "street" => string(15) "Śniadeckich 10" "zip" => string(6) "80-204" "email" => string(24) "komismeblowygdansk@wp.pl" "phone" => string(11) "513-339-339" "hours" => string(11) "pn-pt 10-18" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
102 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 59 "account" => string(3) "101" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 566 "street" => string(20) "Niepodległości 686" "zip" => string(6) "81-854" "email" => string(26) "biuro@antyki-laskowska.com" "phone" => string(11) "602 375 241" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
103 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 60 "account" => string(3) "102" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 442 "street" => string(15) "Powstańców 4 " "zip" => string(8) "46 - 250" "email" => string(20) "antyk11.pl@gmail.com" "phone" => string(9) "607219479" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
104 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 61 "account" => string(3) "103" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 591 "street" => string(0) "" "zip" => string(0) "" "email" => string(13) "bshop@tlen.pl" "phone" => string(11) "660 016 660" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
105 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 62 "account" => string(3) "104" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(19) "Aleja Krakowska 23A" "zip" => string(6) "02-284" "email" => string(20) "renowacja@mantyks.pl" "phone" => string(11) "506-621-741" "hours" => string(21) "pn-pt 9-17, sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
106 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 63 "account" => string(3) "105" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => string(9) "Czołki 7" "zip" => string(6) "22-424" "email" => string(21) "zbigniew.kleban@o2.pl" "phone" => string(11) "668 251 196" "hours" => string(10) "pn-pt 8-16" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
107 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 64 "account" => string(3) "106" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => string(15) "Łęczyńska 51" "zip" => string(6) "20-313" "email" => string(20) "komis@otexlublin.cpm" "phone" => string(13) " 81 746 10 44" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
108 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 65 "account" => string(3) "107" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 883 "street" => string(12) "Rapackiego 3" "zip" => string(6) "71-467" "email" => string(17) "elalech1970@wp.pl" "phone" => string(9) "501344316" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
143 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 66 "account" => string(3) "108" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => string(11) "Pomorska 15" "zip" => string(6) "85-046" "email" => string(18) "biuro@komisfama.pl" "phone" => string(13) "693-92-09-13 " "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
110 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 100 "account" => string(3) "143" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 307 "street" => string(12) "Krakowska 57" "zip" => string(6) "32-050" "email" => string(20) "royekartur@gmail.com" "phone" => string(11) "504 517 531" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
866 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 68 "account" => string(3) "110" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 860 "street" => string(19) "Wojska Polskiego 16" "zip" => string(6) "75-950" "email" => string(13) "rajek75@o2.pl" "phone" => string(11) "603 766 617" "hours" => string(11) "pn-pt 10-17" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
112 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 317 "account" => string(3) "866" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(12) " Annopol 22C" "zip" => string(6) "03-236" "email" => string(16) "skup@tonermax.pl" "phone" => string(9) "570772677" "hours" => string(13) "08.00- 160.00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
113 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 70 "account" => string(3) "112" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(11) "Towarowa 30" "zip" => string(8) "00 - 870" "email" => string(27) "komis@poczta.internetdsl.pl" "phone" => string(12) "22 654 76 00" "hours" => string(22) "pn-pt 10-18, sob 11-15" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
114 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 71 "account" => string(3) "113" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(12) "Wadowicka 12" "zip" => string(6) "30-415" "email" => string(19) "biuro@euro-komis.pl" "phone" => string(16) "(0-12) 296-45-05" "hours" => string(22) "pn-pt 10-18, sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
115 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 72 "account" => string(3) "114" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 495 "street" => string(19) "Mierosławskiego 17" "zip" => string(6) "15-145" "email" => string(15) "aniuta136@wp.pl" "phone" => string(13) " 85 740 42 96" "hours" => string(23) "pn-pt 9:30-17, sob 9-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
116 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 73 "account" => string(3) "115" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 883 "street" => string(8) "Struga 5" "zip" => string(6) "70-784" "email" => string(20) "meble@antyki-ecom.pl" "phone" => string(16) "0048 91 464 55 6" "hours" => string(22) "pn-pt 10-19, sob 10-15" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
118 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 74 "account" => string(3) "116" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(10) "Stawowa 10" "zip" => string(6) "50-010" "email" => string(33) "stawowa10@komismeblowy.wroclaw.pl" "phone" => string(12) "71-342-41-42" "hours" => string(21) "pn-pt 9-18, sob 10-13" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
868 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 76 "account" => string(3) "118" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 204 "street" => string(14) "Wrocławska 20" "zip" => string(6) "67-100" "email" => string(17) "monrolkomis@o2.pl" "phone" => string(12) "68 356 96 58" "hours" => string(21) "pn-pt 10-18, sob 9-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
211 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 319 "account" => string(3) "868" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 16 "street" => string(10) "glinka 21c" "zip" => string(6) "56-200" "email" => string(15) "skupkat@onet.eu" "phone" => string(9) "796998372" "hours" => string(3) "24h" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
121 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 162 "account" => string(3) "211" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 366 "street" => string(21) "Prądzyńskiego 5A/5 " "zip" => string(6) "07-410" "email" => string(0) "" "phone" => string(0) "" "hours" => string(45) "Pon-Pt: 09:00 – 17:00 Sob.: 09:00 – 14:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
122 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 195 "account" => string(3) "121" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(16) "Al. Wolności 11" "zip" => string(6) "42-200" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
123 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 80 "account" => string(3) "122" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(20) "Al. Jerozolimskie 55" "zip" => string(6) "00-697" "email" => string(24) "sklep@antykwariat.waw.pl" "phone" => string(9) "535332921" "hours" => string(29) "pon – pt 11-19 , sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
124 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 81 "account" => string(3) "123" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(18) "Wilcza 29 A lok.25" "zip" => string(6) "00-544" "email" => string(21) "skupksiazek@gmail.com" "phone" => string(12) "22 622 11 54" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
125 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 82 "account" => string(3) "124" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(11) "Kickiego 12" "zip" => string(6) "04-397" "email" => string(19) "skup@agrochowski.pl" "phone" => string(12) "22-870-21-23" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
126 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 83 "account" => string(3) "125" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(29) "Aleja Lotników 1 pawilon 121" "zip" => string(6) "02-668" "email" => string(33) "antykwariat_walbrzyska@interia.pl" "phone" => string(13) "0-511-787-540" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
127 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 84 "account" => string(3) "126" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(24) "Narbutta 41/43 lok. 35." "zip" => string(6) "02-356" "email" => string(24) "antykwariatwaw@gmail.com" "phone" => string(11) "888 313 332" "hours" => string(29) "od pon. do pt. w godz. 11-19." ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
128 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 85 "account" => string(3) "127" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 451 "street" => string(12) "Fabryczna 12" "zip" => string(6) "39-200" "email" => string(16) "info@skupszop.pl" "phone" => string(15) "+48 539 921 474" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
248 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 86 "account" => string(3) "128" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(14) "Lanciego 7B/20" "zip" => string(6) "02-792" "email" => string(20) "even.wider@gmail.com" "phone" => string(16) "(22) - 859 - 72 " "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
130 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 197 "account" => string(3) "248" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 883 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
131 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 88 "account" => string(3) "130" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(15) "Kołacińska 24" "zip" => string(7) "03 -171" "email" => string(21) "skup@milionksiazek.pl" "phone" => string(12) "22 614 00 72" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
132 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 89 "account" => string(3) "131" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(11) "Swobodna 37" "zip" => string(6) "50-088" "email" => string(20) "ksiegarniawers@o2.pl" "phone" => string(11) "603-583-027" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
133 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 90 "account" => string(3) "132" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(13) "Tuwima 16/7U " "zip" => string(6) "90-010" "email" => string(24) "sklep@antykwariat-mit.pl" "phone" => string(11) "535 012 882" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
134 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 91 "account" => string(3) "133" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(0) "" "zip" => string(0) "" "email" => string(23) "ksiazkiuhany@interia.pl" "phone" => string(11) "609 701 368" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
249 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 92 "account" => string(3) "134" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 137 "street" => string(16) "Małe Garbary 16" "zip" => string(6) "87-100" "email" => string(26) "torun@skup-podrecznikow.pl" "phone" => string(11) "504 447 407" "hours" => string(23) "pn-pt 10-18 , sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
90 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 198 "account" => string(3) "249" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
136 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 199 "account" => string(2) "90" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
137 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 94 "account" => string(3) "136" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(13) "Piłkarska 65" "zip" => string(6) "94-121" "email" => string(20) "gabinetksiazek@wp.pl" "phone" => string(15) " +48 42 6331891" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
138 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 95 "account" => string(3) "137" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(0) "" "zip" => string(0) "" "email" => string(14) "egazetki@o2.pl" "phone" => string(12) " 504-746-203" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
209 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 96 "account" => string(3) "138" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(0) "" "zip" => string(0) "" "email" => string(30) "biuro@antykwariatdlakazdego.pl" "phone" => string(11) "530 880 604" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
140 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 161 "account" => string(3) "209" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(13) " Szyszkowa 41" "zip" => string(0) "" "email" => string(0) "" "phone" => string(12) "537 460 460 " "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
200 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 98 "account" => string(3) "140" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 105 "street" => string(22) "Ulica Paderewskiego 82" "zip" => string(0) "" "email" => string(20) "kubiak.pol@gmail.com" "phone" => string(11) "601 056 667" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
145 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 154 "account" => string(3) "200" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(25) "ul. Jantarowy Szlak 2/20" "zip" => string(7) " 03-982" "email" => string(17) "palety@euro-as.pl" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
146 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 102 "account" => string(3) "145" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 272 "street" => string(0) "" "zip" => string(0) "" "email" => string(17) "office@phuepal.eu" "phone" => string(9) "501120123" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
147 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 103 "account" => string(3) "146" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 367 "street" => string(11) "Nagoszewo 5" "zip" => string(6) "07-300" "email" => string(13) "relpol@kki.pl" "phone" => string(13) "+48 501545422" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
148 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 104 "account" => string(3) "147" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 539 "street" => string(13) "Gdańska 21 E" "zip" => string(6) "80-518" "email" => string(18) "auto-gum.brz@wp.pl" "phone" => string(11) "515-151-275" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
250 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 105 "account" => string(3) "148" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => string(12) "Wiatrakowa 1" "zip" => string(6) "85-115" "email" => string(21) "komismeblowy7@onet.pl" "phone" => string(12) "697 762 847 " "hours" => string(35) "PN-PT 10:00-18:00, SOB 10:00-14:00 " ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
251 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 200 "account" => string(3) "250" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 575 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
150 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 201 "account" => string(3) "251" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 226 "street" => string(14) "Dobrzelów 15D" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
151 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 107 "account" => string(3) "150" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 412 "street" => string(9) "Parkowa 9" "zip" => string(8) "49-318 S" "email" => string(14) "p.mrozek@wp.pl" "phone" => string(9) "774115709" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
152 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 108 "account" => string(3) "151" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 401 "street" => string(11) "Stolarska 7" "zip" => string(6) "07-200" "email" => string(14) "palety@knwo.pl" "phone" => string(16) "+48 29 742 08 60" "hours" => string(10) "pn-pt 7-17" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
153 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 109 "account" => string(3) "152" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 512 "street" => string(21) "Wojska Polskiego 177A" "zip" => string(0) "" "email" => string(17) "paletylomza@wp.pl" "phone" => string(9) "609293895" "hours" => string(4) "8-18" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
154 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 110 "account" => string(3) "153" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 581 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
155 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 111 "account" => string(3) "154" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => string(10) " Bursaki 6" "zip" => string(7) "20- 150" "email" => string(24) "skup-katalizatorow@wp.pl" "phone" => string(16) "(+48) 667 132 27" "hours" => string(22) "pon-pt 9-17, sob 10-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
156 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 112 "account" => string(3) "155" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 35 "street" => string(17) "Kościuszki 23/21" "zip" => string(6) "59-300" "email" => string(16) "jamarfirma@wp.pl" "phone" => string(12) " 784 583 557" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
256 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 113 "account" => string(3) "156" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(17) "Starorudzka 10/12" "zip" => string(6) "93-418" "email" => string(13) "raf-kat@wp.pl" "phone" => string(11) "662 770 000" "hours" => string(23) "pn-pt 10-18 , sob 10-13" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
158 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 206 "account" => string(3) "256" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(11) "Towarowa 22" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
159 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 115 "account" => string(3) "158" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(11) "Dębicka 11" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
160 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 116 "account" => string(3) "159" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 106 "street" => string(11) "Bagienna 44" "zip" => string(6) "88-100" "email" => string(16) "mobilzbych@op.pl" "phone" => string(11) "510 061 311" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
161 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 117 "account" => string(3) "160" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 382 "street" => string(18) " Limanowskiego 95L" "zip" => string(6) "26-600" "email" => string(22) "katalizatoryskup@wp.pl" "phone" => string(11) "515-166-663" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
162 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 118 "account" => string(3) "161" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 223 "street" => string(0) "" "zip" => string(0) "" "email" => string(19) "pawlusg@ekometal.pl" "phone" => string(15) "+48 602 258 944" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
163 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 119 "account" => string(3) "162" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 540 "street" => string(8) "Pucka 91" "zip" => string(6) "80-036" "email" => string(17) "biuro@katmetga.pl" "phone" => string(16) " +48 508 259 482" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
165 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 120 "account" => string(3) "163" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 137 "street" => string(18) "Droga Trzeposka 27" "zip" => string(6) "87-100" "email" => string(18) "tlumiki-prus@wp.pl" "phone" => string(11) "503 054 645" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
166 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 121 "account" => string(3) "165" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 6 "street" => string(23) "Tadeusza Kościuszki 24" "zip" => string(6) "59-700" "email" => string(15) "skup@katex.info" "phone" => string(11) "606 491 439" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
167 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 122 "account" => string(3) "166" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(11) "Sułowska 7" "zip" => string(0) "" "email" => string(35) "biuro@metalkat-skupkatalizatorow.pl" "phone" => string(11) "606 206 558" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
168 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 123 "account" => string(3) "167" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 159 "street" => string(10) "SIEDLCE 67" "zip" => string(6) "59-300" "email" => string(18) "kat-mar@kat-mar.pl" "phone" => string(15) "+48 665 967 873" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
169 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 124 "account" => string(3) "168" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 457 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
171 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 126 "account" => string(3) "169" "active" => integer 1 "primary" => bool TRUE "region" => integer 14 "city" => integer 692 "street" => string(14) "Mazowiecka 15 " "zip" => string(6) "11-400" "email" => string(14) "Willy500@wp.pl" "phone" => string(9) "603706700" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
170 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 127 "account" => string(3) "171" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 237 "street" => string(18) "Przykładowa 12/23" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
172 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 128 "account" => string(3) "170" "active" => integer 1 "primary" => bool TRUE "region" => integer 13 "city" => integer 662 "street" => string(12) "Spacerowa 10" "zip" => string(6) "27-530" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
867 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 129 "account" => string(3) "172" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(12) "Spokojna 7/6" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
175 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 318 "account" => string(3) "867" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
174 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 131 "account" => string(3) "175" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 591 "street" => string(10) "Skupowa 12" "zip" => string(6) "05-123" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
176 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 132 "account" => string(3) "174" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 223 "street" => string(13) "Nowoczesna 34" "zip" => string(6) "09-123" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
177 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 133 "account" => string(3) "176" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 154 "street" => string(15) "Akumulatorwa 65" "zip" => string(6) "07-543" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
178 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 134 "account" => string(3) "177" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
181 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 135 "account" => string(3) "178" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 591 "street" => string(14) "Mickiewicza 16" "zip" => string(6) "40-092" "email" => string(23) "zloto@jaceklenarczyk.pl" "phone" => string(12) " 602 301 553" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
182 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 136 "account" => string(3) "181" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 575 "street" => string(12) "Straconki 83" "zip" => string(0) "" "email" => string(21) "magdagibas0@gmail.com" "phone" => string(9) "536872354" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
183 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 137 "account" => string(3) "182" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 279 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
185 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 138 "account" => string(3) "183" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(16) "Limanowskiego 46" "zip" => string(6) "30-551" "email" => string(15) "biuro@laptim.pl" "phone" => string(16) "+48 12 296 24 00" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
186 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 139 "account" => string(3) "185" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(17) "Senatorska 14/16 " "zip" => string(7) " 93-192" "email" => string(17) "w10_przemek@wp.pl" "phone" => string(11) "505 939 915" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
187 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 140 "account" => string(3) "186" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(7) "Soczi 6" "zip" => string(7) "02-760 " "email" => string(16) "skup@gcsystem.pl" "phone" => string(12) "22 885-22-50" "hours" => string(56) "Pon. – Pt. – 10:00 do 18:00; Sob. – 10:00 do 14:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
766 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 141 "account" => string(3) "187" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 190 "street" => string(15) "Myśliborska 21" "zip" => string(0) "" "email" => string(25) "biuro.ecocenter@gmail.com" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
189 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 313 "account" => string(3) "766" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 366 "street" => string(9) "Miodowa 1" "zip" => string(6) "07-410" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
190 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 143 "account" => string(3) "189" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(9) "Warecka 3" "zip" => string(0) "" "email" => string(0) "" "phone" => string(11) "796-365-366" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
191 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 144 "account" => string(3) "190" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 197 "street" => string(14) "22 lipca 40a/8" "zip" => string(6) "67-120" "email" => string(15) "info@msopony.pl" "phone" => string(15) "+48 513 239 406" "hours" => string(27) "Pon. – Pt. 8.00 – 18.00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
192 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 145 "account" => string(3) "191" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 257 "street" => string(12) "Wysoka 13/15" "zip" => string(0) "" "email" => string(15) "topgum1@onet.eu" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
193 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 146 "account" => string(3) "192" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(16) "Zegadłowicza 14" "zip" => string(6) "50-228" "email" => string(28) "info@skup-motorow-wroclaw.pl" "phone" => string(11) "796 920 311" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
194 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 147 "account" => string(3) "193" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(12) " Chłodna 64" "zip" => string(6) "00-872" "email" => string(12) "biuro@esb.pl" "phone" => string(15) "(22) 654 01 32 " "hours" => string(36) "pn-pt: 8:00-18:00, sobota 9:00-13:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
195 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 148 "account" => string(3) "194" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 609 "street" => string(16) "Wyszyńskiego 85" "zip" => string(0) "" "email" => string(20) "megatrans@interia.eu" "phone" => string(11) "506-645-279" "hours" => string(50) "Pn - Pt: 7.30 - 15.30 Sobota: 7.30 - 13.00 " ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
196 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 149 "account" => string(3) "195" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(22) "osiedle Oświecenia 49" "zip" => string(0) "" "email" => string(17) "bartoszko26@wp.pl" "phone" => string(11) "784 043 834" "hours" => string(18) "pn. - pt.: 10 - 17" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
197 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 150 "account" => string(3) "196" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 377 "street" => string(13) "Żbikowska 8a" "zip" => string(6) "05-800" "email" => string(25) "kontakt@paletypruszkow.pl" "phone" => string(15) "+48 730 600 601" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
198 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 151 "account" => string(3) "197" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(17) "Starorudzka 10/12" "zip" => string(6) "93-418" "email" => string(19) "biuro@skup-palet.pl" "phone" => string(11) "690-890-314" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
199 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 152 "account" => string(3) "198" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(20) "Mrówcza 85/2 lok. 2" "zip" => string(6) "04-857" "email" => string(0) "" "phone" => string(0) "" "hours" => string(26) "pon. - piąt. 8.00 - 16.00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
201 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 153 "account" => string(3) "199" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 223 "street" => string(49) "ul. Obwodowa 17, Świdnica koło Zielonej Góry " "zip" => string(6) "66-008" "email" => string(14) "bohar@bohar.pl" "phone" => string(11) "505 607 630" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
202 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 155 "account" => string(3) "201" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(14) "Zwoleńska 11 " "zip" => string(6) "04-761" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
203 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 156 "account" => string(3) "202" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(21) "Jana Kazimierza 35/37" "zip" => string(8) " 01-248 " "email" => string(25) "centrumpaletowe@gmail.com" "phone" => string(12) "502-645-075 " "hours" => string(14) "pn.- pt: 08-16" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
205 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 157 "account" => string(3) "203" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(16) "Zakopiańska 290" "zip" => string(0) "" "email" => string(28) "Skup.palet.krakow@interia.pl" "phone" => string(16) "+ 48 790 67 44 6" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
208 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 158 "account" => string(3) "205" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 784 "street" => string(12) "Kossaka 101 " "zip" => string(6) "64-920" "email" => string(22) "jacek.pionke@veskez.pl" "phone" => string(12) "67 215 22 17" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
212 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 159 "account" => string(3) "208" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 481 "street" => string(11) "Lubelska 40" "zip" => string(6) "35-233" "email" => string(0) "" "phone" => string(11) "784-503-943" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
213 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 163 "account" => string(3) "212" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 22 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
214 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 164 "account" => string(3) "213" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 324 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
215 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 166 "account" => string(3) "214" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 176 "street" => string(17) "Wyspiańskiego 13" "zip" => string(6) "21-040" "email" => string(27) "naprawa.pc.laptop@gmail.com" "phone" => string(9) "534273366" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
188 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 167 "account" => string(3) "215" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 223 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
218 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 168 "account" => string(3) "188" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 382 "street" => string(15) "Malczewskiego 2" "zip" => string(6) "26-600" "email" => string(20) "skup@superksiazka.pl" "phone" => string(10) "536574415 " "hours" => string(12) "pn.-pt. 9-17" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
219 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 169 "account" => string(3) "218" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
220 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 170 "account" => string(3) "219" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 734 "street" => string(13) "Warszawska 11" "zip" => string(6) "62-200" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
221 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 171 "account" => string(3) "220" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 190 "street" => string(0) "" "zip" => string(6) "66-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
222 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 172 "account" => string(3) "221" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(13) "Hawelańska 1" "zip" => string(6) "61-625" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
223 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 173 "account" => string(3) "222" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(15) "Szczecińska 13" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
226 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 174 "account" => string(3) "223" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 774 "street" => string(14) "Kościuszki 22" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
227 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 177 "account" => string(3) "226" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
229 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 178 "account" => string(3) "227" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 317 "street" => string(14) "Szczygłów 67" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
230 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 179 "account" => string(3) "229" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
233 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 180 "account" => string(3) "230" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
234 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 181 "account" => string(3) "233" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(8) "Kacza 17" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
235 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 182 "account" => string(3) "234" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 161 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
236 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 183 "account" => string(3) "235" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 348 "street" => string(0) "" "zip" => string(6) "05-119" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
237 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 184 "account" => string(3) "236" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 358 "street" => string(0) "" "zip" => string(6) "06-500" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
238 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 185 "account" => string(3) "237" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 461 "street" => string(0) "" "zip" => string(6) "38-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
239 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 186 "account" => string(3) "238" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 586 "street" => string(11) "Toszecka 3 " "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
240 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 187 "account" => string(3) "239" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 591 "street" => string(0) "" "zip" => string(6) "40-585" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
241 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 188 "account" => string(3) "240" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(14) "Piotrkowska 35" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
242 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 189 "account" => string(3) "241" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 105 "street" => string(0) "" "zip" => string(6) "86-300" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
243 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 190 "account" => string(3) "242" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => string(23) "Doktora Jana Biziela 20" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
245 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 191 "account" => string(3) "243" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 97 "street" => string(11) "Notecka 20A" "zip" => string(7) "85-373 " "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
246 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 192 "account" => string(3) "245" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(0) "" "zip" => string(6) "42-202" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
247 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 193 "account" => string(3) "246" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(21) "Ul. Wyspiańskiego 14" "zip" => string(6) "42-208" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
252 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 194 "account" => string(3) "247" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 405 "street" => string(21) "ul. Piłsudskiego 37B" "zip" => string(6) "05-091" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
253 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 202 "account" => string(3) "252" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(13) "Piaskowa 3A/2" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
254 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 203 "account" => string(3) "253" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
255 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 204 "account" => string(3) "254" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
257 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 205 "account" => string(3) "255" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
258 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 207 "account" => string(3) "257" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(20) "Burakowska 14 bud. A" "zip" => string(6) "01-066" "email" => string(18) "komis@komisreda.pl" "phone" => string(12) "22 665 00 74" "hours" => string(34) "pn-pt 10:00-20:00 sob: 10:00-18:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
259 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 208 "account" => string(3) "258" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 762 "street" => string(18) "Kochanowskiego 1/4" "zip" => string(6) "62-030" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
260 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 209 "account" => string(3) "259" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 579 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
261 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 210 "account" => string(3) "260" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 190 "street" => string(18) "Chopina 52 bud. 19" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
262 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 211 "account" => string(3) "261" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 625 "street" => string(0) "" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
334 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 212 "account" => string(3) "262" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(16) "Ciepłownicza 54" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
267 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 282 "account" => string(3) "334" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 883 "street" => string(18) "Krzywoustego 49/u1" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
270 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 217 "account" => string(3) "267" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 539 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
333 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 221 "account" => string(3) "270" "active" => integer 1 "primary" => bool TRUE "region" => integer 13 "city" => integer 668 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
272 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 281 "account" => string(3) "333" "active" => integer 1 "primary" => bool TRUE "region" => integer 16 "city" => integer 860 "street" => string(20) "ul. Laskonogiego 3/2" "zip" => string(6) "75-061" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
273 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 223 "account" => string(3) "272" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 226 "street" => string(10) "9 maja, 11" "zip" => string(6) "97-400" "email" => string(24) "ksiegarniaomega@firma.pl" "phone" => string(9) "517451183" "hours" => string(20) "pon-pt 9-18 sob 9-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
274 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 224 "account" => string(3) "273" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 433 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
280 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 225 "account" => string(3) "274" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 355 "street" => string(13) "Dmowskiego 17" "zip" => string(6) "05-270" "email" => string(26) "podrecznikimarki@gmail.com" "phone" => string(11) "602 266 403" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
281 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 226 "account" => string(3) "280" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 495 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
282 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 227 "account" => string(3) "281" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
340 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 228 "account" => string(3) "282" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 539 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
289 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 286 "account" => string(3) "340" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(11) "Swobodna 37" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
290 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 234 "account" => string(3) "289" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 150 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
339 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 235 "account" => string(3) "290" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 14 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
292 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 285 "account" => string(3) "339" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(11) "Rynek 31/32" "zip" => string(7) " 50-102" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
338 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 237 "account" => string(3) "292" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 405 "street" => string(17) "Piłsudskiego 37B" "zip" => string(6) "05-091" "email" => string(26) "amicus@skupujemyksiazki.pl" "phone" => string(15) "+48 514 092 855" "hours" => string(13) "10:00 - 18:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
335 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 284 "account" => string(3) "338" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(11) "Legnicka 58" "zip" => string(7) " 54-204" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
298 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 283 "account" => string(3) "335" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 540 "street" => string(9) "Morska 82" "zip" => string(0) "" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
349 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 243 "account" => string(3) "298" "active" => integer 1 "primary" => bool TRUE "region" => integer 11 "city" => integer 540 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
300 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 294 "account" => string(3) "349" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 489 "street" => string(19) "Adama Mickiewicza 1" "zip" => string(6) "39-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
302 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 245 "account" => string(3) "300" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 298 "street" => string(10) "Kolejowa 1" "zip" => string(6) "33-300" "email" => string(14) "biuro@deink.pl" "phone" => string(9) "605871276" "hours" => string(4) "8-20" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
303 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 248 "account" => string(3) "302" "active" => integer 1 "primary" => bool TRUE "region" => integer 2 "city" => integer 119 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
765 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 249 "account" => string(3) "303" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
347 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 312 "account" => string(3) "765" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 397 "street" => string(19) "Kąty Grodziskie 51" "zip" => string(6) "03-289" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
346 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 292 "account" => string(3) "347" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 221 "street" => string(8) "Rynek 11" "zip" => string(6) "67-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
345 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 291 "account" => string(3) "346" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 224 "street" => string(13) "WARSZAWSKA 16" "zip" => string(6) "68-100" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
343 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 290 "account" => string(3) "345" "active" => integer 1 "primary" => bool TRUE "region" => integer 4 "city" => integer 190 "street" => string(8) "Stara 2 " "zip" => string(7) "66-400 " "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
341 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 289 "account" => string(3) "343" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 54 "street" => string(33) " Kardynała Bolesława Kominka 2c" "zip" => string(6) "59-100" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
342 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 287 "account" => string(3) "341" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(10) "Rejtana 2 " "zip" => string(6) "50-015" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
321 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 288 "account" => string(3) "342" "active" => integer 1 "primary" => bool TRUE "region" => integer 1 "city" => integer 84 "street" => string(12) "Świdnicka 2" "zip" => string(6) "50-067" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
323 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 267 "account" => string(3) "321" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(29) "Zawisna 61 (Kamienica Polska)" "zip" => string(6) "42-260" "email" => string(0) "" "phone" => string(0) "" "hours" => string(26) "Pon.-Pt.: 8-16, Sob.: 8-14" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
327 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 269 "account" => string(3) "323" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(11) "Rzgowska 75" "zip" => string(7) "93-024 " "email" => string(13) "lodz@petel.pl" "phone" => string(15) "+48 881-389-280" "hours" => string(5) "9 -21" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
328 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 272 "account" => string(3) "327" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 426 "street" => string(7) "Rynek 4" "zip" => string(6) "47-300" "email" => string(0) "" "phone" => string(11) "517 578 113" "hours" => string(13) "09:40 - 17:00" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
329 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 273 "account" => string(3) "328" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 433 "street" => string(10) "Ozimska 72" "zip" => string(6) "45-204" "email" => string(26) "teletorium.tesco@gmail.com" "phone" => string(11) "535 709 833" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
330 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 276 "account" => string(3) "329" "active" => integer 1 "primary" => bool TRUE "region" => integer 8 "city" => integer 433 "street" => string(16) "Sempołowskiej 1" "zip" => string(6) "45-044" "email" => string(17) "krakowska@ersa.pl" "phone" => string(16) " 077 - 42 30 450" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
331 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 278 "account" => string(3) "330" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 782 "street" => string(20) "Królowej Jadwigi 16" "zip" => string(6) "63-400" "email" => string(0) "" "phone" => string(13) "+48 62 738 45" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
332 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 279 "account" => string(3) "331" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(17) "pl. Na Groblach 8" "zip" => string(6) "31-101" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
350 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 280 "account" => string(3) "332" "active" => integer 1 "primary" => bool TRUE "region" => integer 13 "city" => integer 655 "street" => string(17) "Piłsudskiego 44 " "zip" => string(6) "26-200" "email" => string(30) "biuro@skuptelefonowkonskie.com" "phone" => string(11) "504-172-911" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
351 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 295 "account" => string(3) "350" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 481 "street" => string(31) " aleja Józefa Piłsudskiego 34" "zip" => string(6) "35-310" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
352 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 296 "account" => string(3) "351" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 466 "street" => string(18) "ul. Mickiewicza 29" "zip" => string(6) "39-300" "email" => string(0) "" "phone" => string(11) "795 892 514" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
353 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 297 "account" => string(3) "352" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 481 "street" => string(12) "3 Maja 14/10" "zip" => string(6) "35-232" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
354 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 298 "account" => string(3) "353" "active" => integer 1 "primary" => bool TRUE "region" => integer 3 "city" => integer 144 "street" => string(10) "Rolnicza 1" "zip" => string(6) "21-500" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
355 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 299 "account" => string(3) "354" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 494 "street" => string(11) "Kopernika 3" "zip" => string(6) "16-300" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
356 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 300 "account" => string(3) "355" "active" => integer 1 "primary" => bool TRUE "region" => integer 10 "city" => integer 495 "street" => string(23) "Św.Rocha 13/15 lok. 21" "zip" => string(6) "15-879" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
357 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 301 "account" => string(3) "356" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(13) "Diamentowa 15" "zip" => string(6) "42-280" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
358 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 302 "account" => string(3) "357" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 584 "street" => string(19) "Jagiellońska 38/40" "zip" => string(6) "42-200" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
359 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 303 "account" => string(3) "358" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 640 "street" => string(14) " Wolności 273" "zip" => string(7) " 41-800" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
360 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 304 "account" => string(3) "359" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 580 "street" => string(16) "Wyższa Brama 27" "zip" => string(6) "43-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
361 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 305 "account" => string(3) "360" "active" => integer 1 "primary" => bool TRUE "region" => integer 5 "city" => integer 241 "street" => string(10) "Pomorska 5" "zip" => string(6) "90-201" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
362 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 306 "account" => string(3) "361" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(15) "Półwiejska 11" "zip" => string(6) "61-885" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
363 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 307 "account" => string(3) "362" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 790 "street" => string(11) "Malwowa 162" "zip" => string(7) " 60-185" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
364 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 308 "account" => string(3) "363" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 382 "street" => string(13) "Mireckiego 14" "zip" => string(6) "26-610" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
368 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 309 "account" => string(3) "364" "active" => integer 1 "primary" => bool TRUE "region" => integer 6 "city" => integer 286 "street" => string(18) "Kobierzyńska 114a" "zip" => string(6) "30-504" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
745 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 310 "account" => string(3) "368" "active" => integer 1 "primary" => bool TRUE "region" => integer 12 "city" => integer 625 "street" => string(14) "Gospodarcza 32" "zip" => string(6) "41-214" "email" => string(0) "" "phone" => string(12) "32 785 34 75" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
767 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 311 "account" => string(3) "745" "active" => integer 1 "primary" => bool TRUE "region" => integer 9 "city" => integer 489 "street" => string(22) "Tarnobrzeska 54, Stale" "zip" => string(6) "39-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
770 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 314 "account" => string(3) "767" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 375 "street" => string(18) "Ilinko 22A, Ilinko" "zip" => string(6) "09-100" "email" => string(16) "info@skupisko.pl" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
875 => object Model_Venloc_Accounts_Address(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 315 "account" => string(3) "770" "active" => integer 1 "primary" => bool TRUE "region" => integer 7 "city" => integer 330 "street" => string(13) "Bursztynowa 1" "zip" => string(6) "06-400" "email" => string(0) "" "phone" => string(0) "" "hours" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( "id" => object Sprig_Field_Auto(17)
) "accounts_services" => array(0) "region_id" => integer 15 "city" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"account" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool FALSE public model => string(14) "venloc_account" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "account_id" public label => string(7) "account" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"active" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => array(2) ( ... ) public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"primary" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(7) "primary" public label => string(7) "primary" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"region" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => array(16) ( ... ) public column => string(6) "region" public label => string(6) "region" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(2) ( ... ) public callbacks => array(0) }
"city" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "city" public label => string(4) "city" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"street" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(6) "street" public label => string(6) "street" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"zip" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "zip" public label => string(3) "zip" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"email" => object Sprig_Field_Email(17){ public rules => array(1) ( ... ) public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "email" public label => string(5) "email" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public callbacks => array(0) }
"phone" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "phone" public label => string(5) "phone" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"hours" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "hours" public label => string(5) "hours" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( "id" => integer 323 "account" => string(3) "875" "active" => integer 1 "primary" => bool TRUE "region" => integer 15 "city" => integer 784 "street" => NULL "zip" => NULL "email" => NULL "phone" => NULL "hours" => NULL ) protected _changed => array(0) protected _related => array(1) ( "account" => object Model_Venloc_Account(12){ protected _model => string(14) "venloc_account" protected _db => string(7) "default" protected _table => string(15) "venloc_accounts" protected _fields => array(38) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(35) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"city_id" => integer 790 "showContactData" => bool TRUE "breadcrumbsView" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( "filter_var" => array(1) ( ... ) ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ private trucks_packages_arr => NULL protected _file => string(92) "/home/users/veno/public_html/skupisko.pl/application/skupisko/frontend/views/breadcrumbs.php" protected _data => array(2) ( "nodes" => array(3) ( 0 => object Dto_Breadcrumb(2)
"ratings" => array(1) ( 274 => array(3) ( "account_id" => string(3) "274" "avg_rating" => string(6) "5.0000" "count" => string(1) "1" ) ) "highPopulationCitiesView" => object View(3){ public name => string(8) "Skupisko" public url => string(20) "https://skupisko.pl/" }
1 => object Dto_Breadcrumb(2){ public name => string(19) "Skup podręczników" public url => string(27) "skup-podrecznikow/katalog/1" }
2 => object Dto_Breadcrumb(2){ public name => string(13) "wielkopolskie" public url => string(41) "skup-podrecznikow/katalog/1/wielkopolskie" }
) "page" => object Dto_Breadcrumb(2){ public name => string(7) "Poznań" public url => string(48) "skup-podrecznikow/katalog/1/wielkopolskie/poznan" }
) }{ private trucks_packages_arr => NULL protected _file => string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php" protected _data => array(4) ( "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( 790 => object Model_Venloc_Locs_City(12)
"page_links" => string(0) "" ){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
743 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
750 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
784 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
782 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
734 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
761 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
762 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
824 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
806 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
811 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
757 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
816 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
740 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
818 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
752 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
812 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
749 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
737 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
796 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
808 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
830 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
727 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
775 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
785 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
813 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
739 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
774 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
783 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
770 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
744 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
802 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
822 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
823 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
797 => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
) "city" => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"category" => object Model_Venloc_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View
-
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e);
-
MODPATH/veno/core/views/veno/elementarea.php [ 18 ] » Kohana_View->__toString()
13 14 //$content = preg_replace("^src=\"(.*)\"^", 'src="'.Url::base().'$1"', $content); 15 16 //$content = str_replace('<img src="', '<img src="'.Url::base(), $content); 17 18 echo $content; 19 20 if (Veno::$adminmode) 21 { 22 ?> 23 <div class="veno_element_ctl">
-
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0
string(85) "/home/users/veno/public_html/skupisko.pl/modules/veno/core/views/veno/elementarea.php"
44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filename
string(85) "/home/users/veno/public_html/skupisko.pl/modules/veno/core/views/veno/elementarea.php"
kohana_view_data
array(3) ( "id" => string(1) "1" "name" => string(13) "Treść Prawa" "content" => object View(3)
{ private trucks_packages_arr => NULL protected _file => string(94) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/list.php" protected _data => array(19) ( "category" => object Model_Venloc_Category(12)
){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"type" => string(7) "katalog" "page" => string(1) "1" "shortform" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(91) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/shortform.php" protected _data => array(2) ( "cat_name" => string(19) "Skup podręczników" "cat_url" => string(17) "skup-podrecznikow" ) }
"fakeh1" => string(27) "Skup podręczników Poznań" "listHeader" => NULL "h1" => string(27) "Skup podręczników Poznań" "accounts" => object Database_Result_Cached(5){ protected _query => string(800) "SELECT `venloc_accounts`.*, AVG(`calls`.`rating`) AS `avg_rating`, IF("venloc_accounts.c_logo" IS NULL, 0, 1) AS `zdjecie`, IF(" …" protected _result => array(1) ( 0 => object stdClass(35)
"accounts_count" => integer 1 "accounts_addresses" => array(246) ( 1 => object Model_Venloc_Accounts_Address(12){ public id => string(3) "226" public active => string(1) "1" public position => string(1) "1" public registered => string(1) "0" public type => string(1) "1" public offers_subscribe => string(1) "0" public account_feat => NULL public score => string(3) "0.0" public c_cat => string(2) "30" public c_name => string(42) "Skup i sprzedaż podręczników używanych" public c_shortdesc => string(0) "" public c_desc => string(0) "" public c_phone => string(11) "662 015 949" public c_phone_hours => string(0) "" public c_logo => NULL public c_email => string(29) "poznan@uzywanepodreczniki.com" public c_www => string(0) "" public cf_name => string(0) "" public cf_street => string(0) "" public cf_zip => string(0) "" public cf_city => string(0) "" public cf_nip => string(0) "" public p_firstname => string(0) "" public p_lastname => string(0) "" public p_email => string(0) "" public p_email_code => string(32) "a77a951cef3d16c98efde8eb56fa7b85" public p_email_confirm => string(1) "0" public p_phone => string(0) "" public p_password => string(40) "792e1c3ec33201baebb4ed85ae3ef7eece897ad0" public created_date => string(10) "1485545448" public modified_date => string(10) "1485545539" public modified_user => string(1) "5" public avg_rating => NULL public zdjecie => string(1) "1" public wyrozniony => string(1) "0" }
) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool TRUE }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
2 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
37 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
38 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
39 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
40 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
41 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
42 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
43 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
44 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
45 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
46 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
52 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
53 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
54 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
55 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
56 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
57 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
59 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
60 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
61 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
62 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
63 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
87 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
65 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
66 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
71 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
68 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
872 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
73 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
74 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
76 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
77 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
75 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
79 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
80 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
81 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
82 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
83 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
84 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
85 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
86 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
88 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
91 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
92 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
94 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
95 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
96 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
97 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
98 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
99 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
100 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
101 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
102 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
103 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
104 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
105 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
106 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
107 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
108 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
143 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
110 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
866 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
112 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
113 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
114 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
115 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
116 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
118 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
868 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
211 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
121 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
122 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
123 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
124 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
125 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
126 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
127 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
128 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
248 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
130 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
131 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
132 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
133 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
134 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
249 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
90 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
136 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
137 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
138 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
209 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
140 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
200 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
145 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
146 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
147 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
148 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
250 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
251 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
150 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
151 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
152 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
153 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
154 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
155 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
156 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
256 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
158 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
159 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
160 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
161 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
162 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
163 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
165 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
166 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
167 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
168 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
169 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
171 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
170 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
172 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
867 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
175 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
174 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
176 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
177 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
178 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
181 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
182 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
183 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
185 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
186 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
187 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
766 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
189 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
190 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
191 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
192 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
193 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
194 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
195 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
196 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
197 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
198 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
199 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
201 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
202 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
203 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
205 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
208 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
212 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
213 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
214 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
215 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
188 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
218 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
219 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
220 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
221 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
222 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
223 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
226 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
227 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
229 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
230 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
233 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
234 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
235 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
236 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
237 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
238 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
239 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
240 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
241 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
242 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
243 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
245 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
246 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
247 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
252 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
253 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
254 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
255 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
257 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
258 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
259 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
260 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
261 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
262 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
334 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
267 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
270 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
333 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
272 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
273 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
274 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
280 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
281 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
282 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
340 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
289 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
290 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
339 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
292 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
338 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
335 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
298 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
349 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
300 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
302 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
303 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
765 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
347 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
346 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
345 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
343 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
341 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
342 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
321 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
323 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
327 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
328 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
329 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
330 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
331 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
332 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
350 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
351 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
352 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
353 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
354 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
355 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
356 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
357 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
358 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
359 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
360 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
361 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
362 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
363 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
364 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
368 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
745 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
767 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
770 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
875 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) "accounts_services" => array(0) "region_id" => integer 15 "city" => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"city_id" => integer 790 "showContactData" => bool TRUE "breadcrumbsView" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ private trucks_packages_arr => NULL protected _file => string(92) "/home/users/veno/public_html/skupisko.pl/application/skupisko/frontend/views/breadcrumbs.php" protected _data => array(2) ( "nodes" => array(3) ( ... ) "page" => object Dto_Breadcrumb(2)
"ratings" => array(1) ( 274 => array(3) ( "account_id" => string(3) "274" "avg_rating" => string(6) "5.0000" "count" => string(1) "1" ) ) "highPopulationCitiesView" => object View(3){ public name => string(7) "Poznań" public url => string(48) "skup-podrecznikow/katalog/1/wielkopolskie/poznan" }
) }{ private trucks_packages_arr => NULL protected _file => string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php" protected _data => array(4) ( "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( ... ) "city" => object Model_Venloc_Locs_City(12)
"page_links" => string(0) "" ) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
"category" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( ... ) protected _changed => array(0) protected _related => array(2) ( ... ) }
) }298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View
-
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e);
-
APPPATH/cache/twig/__TwigTemplate_b740548be020f88a6fd194e5ae847226.php [ 62 ] » Kohana_View->__toString()
57 echo $this->getAttribute((isset($context['Veno']) ? $context['Veno'] : null), "request", array("banner/render/8", )); 58 echo " 59 60 \t\t\t\t"; 61 // line 13 62 echo $this->getAttribute((isset($context['Veno']) ? $context['Veno'] : null), "element_area", array("1", "Treść Prawa", )); 63 echo " 64 65 \t\t\t\t"; 66 // line 15 67 echo $this->getAttribute((isset($context['Veno']) ? $context['Veno'] : null), "request", array("banner/render/9", ));
-
MODPATH/veno/core/vendor/Twig/lib/Twig/Template.php [ 26 ] » __TwigTemplate_b740548be020f88a6fd194e5ae847226->display(arguments)
context
array(2) ( "Veno" => object Veno(0)
{ }
"Venloc" => object Venloc(0){ }
)21 public function render(array $context) 22 { 23 ob_start(); 24 try 25 { 26 $this->display($context); 27 } 28 catch (Exception $e) 29 { 30 ob_end_clean(); 31
-
MODPATH/veno/core/classes/veno/twig.php [ 39 ] » Twig_Template->render(arguments)
context
array(2) ( "Veno" => object Veno(0)
{ }
"Venloc" => object Venloc(0){ }
)34 )); 35 } 36 37 $template = self::$twig->loadTemplate($code); 38 39 $out = $template->render(array('Veno'=>new Veno, 'Venloc'=>new Venloc)); 40 41 if (isset($benchmark)) 42 { 43 // Stop the benchmark 44 Profiler::stop($benchmark);
-
MODPATH/veno/core/classes/model/veno/layout.php [ 98 ] » Veno_Twig::render(arguments)
code
string(788) "<div id="wrapper" class="clearfix"> {{ Veno.element('snippet', 'HEADER') }} <section id="content"> <div class="content …"
93 { 94 // Start a new benchmark 95 $benchmark = Profiler::start('Veno', 'Render Layout'); 96 } 97 98 $out = Veno_Twig::render($this->code); 99 100 if (isset($benchmark)) 101 { 102 // Stop the benchmark 103 Profiler::stop($benchmark);
-
MODPATH/veno/core/classes/veno/core.php [ 625 ] » Model_Veno_Layout->render()
620 621 // Set the required Veno variables, and render the page. 622 self::$page = $page; 623 self::$_content = $content; 624 625 return new View(Kohana::Config('veno.base_view'), array('layoutcode' => $layout->render())); 626 } 627 628 /** 629 * Set the HTTP status for the request 630 *
-
MODPATH/venloc/frontend/classes/service/venloc/catalog.php [ 164 ] » Veno_Core::override(arguments)
layoutname
string(7) "Katalog"
pageurl
string(6) "znajdz"
content
array(5) ( 0 => object View(3)
{ private trucks_packages_arr => NULL protected _file => string(94) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/list.php" protected _data => array(19) ( "category" => object Model_Venloc_Category(12)
1 => object View(3){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"type" => string(7) "katalog" "page" => string(1) "1" "shortform" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(91) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/shortform.php" protected _data => array(2) ( "cat_name" => string(19) "Skup podręczników" "cat_url" => string(17) "skup-podrecznikow" ) }
"fakeh1" => string(27) "Skup podręczników Poznań" "listHeader" => NULL "h1" => string(27) "Skup podręczników Poznań" "accounts" => object Database_Result_Cached(5){ protected _query => string(800) "SELECT `venloc_accounts`.*, AVG(`calls`.`rating`) AS `avg_rating`, IF("venloc_accounts.c_logo" IS NULL, 0, 1) AS `zdjecie`, IF(" …" protected _result => array(1) ( 0 => object stdClass(35)
"accounts_count" => integer 1 "accounts_addresses" => array(246) ( 1 => object Model_Venloc_Accounts_Address(12){ public id => string(3) "226" public active => string(1) "1" public position => string(1) "1" public registered => string(1) "0" public type => string(1) "1" public offers_subscribe => string(1) "0" public account_feat => NULL public score => string(3) "0.0" public c_cat => string(2) "30" public c_name => string(42) "Skup i sprzedaż podręczników używanych" public c_shortdesc => string(0) "" public c_desc => string(0) "" public c_phone => string(11) "662 015 949" public c_phone_hours => string(0) "" public c_logo => NULL public c_email => string(29) "poznan@uzywanepodreczniki.com" public c_www => string(0) "" public cf_name => string(0) "" public cf_street => string(0) "" public cf_zip => string(0) "" public cf_city => string(0) "" public cf_nip => string(0) "" public p_firstname => string(0) "" public p_lastname => string(0) "" public p_email => string(0) "" public p_email_code => string(32) "a77a951cef3d16c98efde8eb56fa7b85" public p_email_confirm => string(1) "0" public p_phone => string(0) "" public p_password => string(40) "792e1c3ec33201baebb4ed85ae3ef7eece897ad0" public created_date => string(10) "1485545448" public modified_date => string(10) "1485545539" public modified_user => string(1) "5" public avg_rating => NULL public zdjecie => string(1) "1" public wyrozniony => string(1) "0" }
) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool TRUE }{ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
2 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
37 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
38 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
39 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
40 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
41 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
42 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
43 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
44 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
45 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
46 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
52 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
53 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
54 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
55 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
56 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
57 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
59 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
60 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
61 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
62 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
63 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
87 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
65 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
66 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
71 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
68 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
872 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
73 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
74 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
76 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
77 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
75 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
79 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
80 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
81 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
82 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
83 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
84 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
85 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
86 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
88 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
91 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
92 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
94 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
95 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
96 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
97 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
98 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
99 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
100 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
101 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
102 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
103 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
104 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
105 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
106 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
107 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
108 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
143 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
110 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
866 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
112 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
113 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
114 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
115 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
116 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
118 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
868 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
211 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
121 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
122 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
123 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
124 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
125 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
126 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
127 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
128 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
248 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
130 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
131 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
132 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
133 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
134 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
249 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
90 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
136 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
137 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
138 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
209 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
140 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
200 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
145 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
146 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
147 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
148 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
250 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
251 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
150 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
151 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
152 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
153 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
154 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
155 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
156 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
256 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
158 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
159 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
160 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
161 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
162 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
163 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
165 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
166 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
167 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
168 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
169 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
171 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
170 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
172 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
867 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
175 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
174 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
176 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
177 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
178 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
181 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
182 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
183 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
185 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
186 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
187 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
766 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
189 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
190 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
191 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
192 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
193 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
194 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
195 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
196 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
197 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
198 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
199 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
201 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
202 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
203 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
205 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
208 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
212 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
213 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
214 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
215 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
188 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
218 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
219 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
220 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
221 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
222 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
223 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
226 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
227 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
229 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
230 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
233 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
234 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
235 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
236 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
237 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
238 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
239 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
240 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
241 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
242 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
243 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
245 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
246 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
247 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
252 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
253 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
254 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
255 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
257 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
258 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
259 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
260 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
261 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
262 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
334 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
267 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
270 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
333 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
272 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
273 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
274 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
280 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
281 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
282 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
340 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
289 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
290 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
339 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
292 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
338 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
335 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
298 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
349 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
300 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
302 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
303 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
765 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
347 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
346 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
345 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
343 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
341 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
342 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
321 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
323 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
327 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
328 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
329 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
330 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
331 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
332 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
350 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
351 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
352 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
353 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
354 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
355 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
356 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
357 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
358 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
359 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
360 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
361 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
362 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
363 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
364 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
368 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
745 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
767 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
770 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
875 => object Model_Venloc_Accounts_Address(12){ protected _model => string(23) "venloc_accounts_address" protected _db => string(7) "default" protected _table => string(25) "venloc_accounts_addresses" protected _fields => array(11) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(11) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) "accounts_services" => array(0) "region_id" => integer 15 "city" => object Model_Venloc_Locs_City(12){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"city_id" => integer 790 "showContactData" => bool TRUE "breadcrumbsView" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ private trucks_packages_arr => NULL protected _file => string(92) "/home/users/veno/public_html/skupisko.pl/application/skupisko/frontend/views/breadcrumbs.php" protected _data => array(2) ( "nodes" => array(3) ( ... ) "page" => object Dto_Breadcrumb(2)
"ratings" => array(1) ( 274 => array(3) ( "account_id" => string(3) "274" "avg_rating" => string(6) "5.0000" "count" => string(1) "1" ) ) "highPopulationCitiesView" => object View(3){ public name => string(7) "Poznań" public url => string(48) "skup-podrecznikow/katalog/1/wielkopolskie/poznan" }
) }{ private trucks_packages_arr => NULL protected _file => string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/cities.php" protected _data => array(4) ( "randomLimitCitiesIds" => integer 790 "highestPopulationCities" => array(35) ( ... ) "city" => object Model_Venloc_Locs_City(12)
"page_links" => string(0) "" ) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( ... ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( ... ) protected _changed => array(0) protected _related => array(0) }
"category" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( ... ) protected _changed => array(0) protected _related => array(2) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(101) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/list/column.php" protected _data => array(10) ( "category" => object Model_Venloc_Category(12)
2 => object View(3){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"region_id" => integer 15 "city_id" => integer 790 "type" => string(7) "katalog" "top_cities" => NULL "location" => object View(3){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(105) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/column/location.php" protected _data => array(7) ( "category" => object Model_Venloc_Category(12)
"featured" => object View(3){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( ... ) protected _changed => array(0) protected _related => array(2) ( ... ) }
"region_id" => integer 15 "city_id" => integer 790 "type" => string(7) "katalog" "topcities" => NULL "RegionsCount" => array(16) ( ... ) "cities" => array(1) ( ... ) ) }{ private trucks_packages_arr => NULL protected _file => string(105) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/column/featured.php" protected _data => array(1) ( "accounts" => object Database_Result_Cached(5)
"featured_cities" => NULL "newest_offers_view" => object View(3){ protected _query => string(1182) "SELECT `venloc_accounts`.`id`, `venloc_accounts`.`active`, `venloc_accounts`.`position`, `venloc_accounts`.`registered`, `venloc …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(20) "Model_Venloc_Account" }
) }{ private trucks_packages_arr => NULL protected _file => string(103) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/column/offers.php" protected _data => array(3) ( "offers" => object Database_Result_Cached(5)
"filters_view" => NULL ) }{ protected _query => string(600) "SELECT `venloc_offers`.`id`, `venloc_offers`.`public`, `venloc_offers`.`active`, `venloc_offers`.`status`, `venloc_offers`.`name …" protected _result => array(5) ( ... ) protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(18) "Model_Venloc_Offer" }
"offers_items_arr" => array(5) ( ... ) "category" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( ... ) protected _changed => array(0) protected _related => array(2) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(81) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/header.php" protected _data => array(5) ( "backgroundUrl" => string(17) "media/categories/" "h1" => string(27) "Skup podręczników Poznań" "lead" => NULL "city" => object Model_Venloc_Locs_City(12)
3 => NULL 4 => object View(3){ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"category" => object Model_Venloc_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }{ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ private trucks_packages_arr => NULL protected _file => string(96) "/home/users/veno/public_html/skupisko.pl/modules/venloc/frontend/views/venloc/catalog/extras.php" protected _data => array(4) ( "compareView" => NULL "nearOffersWithPhotoView" => NULL "category" => object Model_Venloc_Category(12)
){ public _sorting => array(2) ( "position" => string(3) "ASC" "name" => string(3) "ASC" ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( "id" => object Sprig_Field_Auto(17)
"city" => object Model_Venloc_Locs_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"parent" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(15) "venloc_category" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 0 public choices => NULL public column => string(9) "parent_id" public label => string(6) "parent" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(6) "active" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => array(2) ( ... ) public column => string(8) "featured" public label => string(8) "featured" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(1) ( ... ) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(8) "position" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_plural" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_plural" public label => string(11) "name plural" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_genitive" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(13) "name_genitive" public label => string(13) "name genitive" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_sell" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "name_sell" public label => string(9) "name sell" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_offers" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "name_offers" public label => string(11) "name offers" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"photo" => object Sprig_Field_Image(20){ public width => string(3) "330" public height => string(3) "330" public directory => string(17) "media/categories/" public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(5) "photo" public label => string(5) "photo" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts_only" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 0 public choices => array(2) ( ... ) public column => string(13) "accounts_only" public label => string(13) "accounts only" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"accounts_attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(20) "accounts_attrs_group" public label => string(20) "accounts attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"view" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => array(2) ( ... ) public column => string(18) "accounts_list_view" public label => string(4) "view" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"attrs_group" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(11) "attrs_group" public label => string(11) "attrs group" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"multi_items" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(11) "multi_items" public label => string(11) "multi items" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"multi_items_offer_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(22) "multi_items_offer_name" public label => string(22) "multi items offer name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "meta_location_title" public label => string(19) "meta location title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(22) "meta_location_keywords" public label => string(22) "meta location keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_location_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_location_desc" public label => string(18) "meta location desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_working_title" public label => string(18) "meta working title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_keywords" public label => string(21) "meta working keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_working_desc" public label => string(17) "meta working desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_working_desc_new" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "meta_working_desc_new" public label => string(21) "meta working desc new" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(17) "meta_offers_title" public label => string(17) "meta offers title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "meta_offers_keywords" public label => string(20) "meta offers keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_offers_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "meta_offers_desc" public label => string(16) "meta offers desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_title" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(15) "meta_form_title" public label => string(15) "meta form title" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_keywords" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(18) "meta_form_keywords" public label => string(18) "meta form keywords" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"meta_form_desc" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "meta_form_desc" public label => string(14) "meta form desc" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_top" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "form_desc_top" public label => string(13) "form desc top" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"form_desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(16) "form_desc_column" public label => string(16) "form desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_lead" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "catalog_lead" public label => string(12) "catalog lead" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"catalog_list_header" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "catalog_list_header" public label => string(19) "catalog list header" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "desc_catalog" public label => string(12) "desc catalog" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "desc_page" public label => string(9) "desc page" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_column" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "desc_column" public label => string(11) "desc column" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"superuser" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(9) "veno_user" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "superuser_id" public label => string(7) "Opiekun" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"accounts" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(14) "venloc_account" public foreign_field => string(5) "c_cat" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(8) "accounts" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"categories" => object Sprig_Field_HasMany(19){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(15) "venloc_category" public foreign_field => string(6) "parent" public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => string(18) "venloc_category_id" public label => string(10) "categories" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(40) ( "id" => integer 30 "parent" => string(2) "23" "active" => bool TRUE "featured" => bool FALSE "position" => integer 1 "name" => string(19) "Skup podręczników" "name_plural" => NULL "name_genitive" => NULL "name_sell" => string(12) "Podręczniki" "name_offers" => string(12) "Podręczniki" "url" => string(17) "skup-podrecznikow" "photo" => NULL "accounts_only" => integer 0 "accounts_attrs_group" => NULL "view" => string(4) "grid" "attrs_group" => NULL "multi_items" => bool FALSE "multi_items_offer_name" => NULL "meta_location_title" => string(34) "Skup podręczników wg lokalizacji" "meta_location_keywords" => string(97) "skup podręczników, antykwariaty, skup księgozbiorów, książki używane, lista skupów, skupy" "meta_location_desc" => string(168) "Wszystkie skupy w jednym miejscu. Skup podręczników :city - Darmowa wycena podręczników szkolnych i akademickich od skupów. …" "meta_working_title" => string(19) "Skup podręczników" "meta_working_keywords" => string(64) "skup podręczników, podręczniki używane, lista skupów, skupy" "meta_working_desc" => string(143) "Skup podręczników :city - Darmowa wycena podręczników od skupów. Wszystkie skupy w jednym miejscu. Sprzedaj szybko podręcz …" "meta_working_desc_new" => NULL "meta_offers_title" => string(0) "" "meta_offers_keywords" => string(0) "" "meta_offers_desc" => string(0) "" "meta_form_title" => string(0) "" "meta_form_keywords" => string(0) "" "meta_form_desc" => string(0) "" "form_desc_top" => NULL "form_desc_column" => NULL "catalog_lead" => NULL "catalog_list_header" => NULL "desc_catalog" => string(937) "<h2>Skup podręczników</h2> <p>Używane podręczniki z roku na rok zyskują coraz większą popularność u rodziców. Z badań …" "desc_page" => string(3576) "<div class="box opis"> <div class="fancy-title title-dotted-border"> <h2>Skup Podręczników</h2> </div> <p> <b>Skupisko.p …" "desc_column" => string(0) "" "superuser" => NULL "categories" => array(0) ) protected _changed => array(0) protected _related => array(2) ( "categories" => object Database_Result_Cached(5){ protected _query => string(1586) "SELECT `venloc_categories`.`id`, `venloc_categories`.`parent_id` AS `parent`, `venloc_categories`.`active`, `venloc_categories`. …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Venloc_Category" }
"parent" => object Model_Venloc_Category(12){ public _sorting => array(2) ( ... ) protected _model => string(15) "venloc_category" protected _db => string(7) "default" protected _table => string(17) "venloc_categories" protected _fields => array(41) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(39) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }{ protected _table => string(18) "venloc_locs_cities" public _sorting => array(3) ( "featured" => string(4) "DESC" "position" => string(4) "DESC" "name" => string(3) "ASC" ) protected _model => string(16) "venloc_locs_city" protected _db => string(7) "default" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"region" => object Sprig_Field_BelongsTo(19){ public in_db => bool TRUE public null => bool TRUE public model => string(18) "venloc_locs_region" public foreign_field => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "region_id" public label => string(12) "Województwo" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(9) "Adres url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(5) "Nazwa" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_in" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_in" public label => string(11) "Nazwa (w..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_from" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "name_from" public label => string(11) "Nazwa (z..)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"position" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => integer 1 public choices => NULL public column => string(8) "position" public label => string(7) "Pozycja" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"population" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(10) "population" public label => string(16) "Liczba ludności" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"active" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 1 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(6) "active" public label => string(11) "Aktywność" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"featured" => object Sprig_Field_Boolean(16){ public empty => bool TRUE public default => integer 0 public filters => array(1) ( ... ) public append_label => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public choices => NULL public column => string(8) "featured" public label => string(13) "Wyróżnienie" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public rules => array(0) public callbacks => array(0) }
"desc_page" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(9) "desc_page" public label => string(11) "Opis miasta" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"desc_catalog" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => NULL public choices => NULL public column => string(12) "desc_catalog" public label => string(15) "Opis w katalogu" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(12) ( "id" => integer 790 "region" => string(2) "15" "url" => string(6) "poznan" "name" => string(7) "Poznań" "name_in" => string(10) "w Poznaniu" "name_from" => string(10) "z Poznania" "position" => integer 1 "population" => integer 534813 "active" => bool TRUE "featured" => bool TRUE "desc_page" => NULL "desc_catalog" => string(699) "<h3>Skupy w Poznaniu</h3> <p>Największe miasto w województwie wielkopolskim zamieszkałe przez ponad 500 tys. osób. W tak du …" ) protected _changed => array(0) protected _related => array(0) }159 160 $content = Veno::override( 161 Arr::get($cfg, $this->getCatalogLayout()), 162 Kohana::config('venloc.page_catalog'), 163 $contentData 164 ); 165 166 try { 167 Cache::instance()->set($cacheKey, $content); 168 } catch (Cache_Exception $e) { 169 Kohana::$log->error('Venloc catalog cache save: ' . $cacheKey);
-
MODPATH/venloc/frontend/classes/controller/venloc/catalog.php [ 57 ] » Service_Venloc_Catalog->content(arguments)
page
string(1) "1"
regionUrl
string(13) "wielkopolskie"
cityUrl
string(6) "poznan"
52 ]), 301); 53 } 54 55 $content = $catalogSrv->isCatalog2025() ? 56 $catalogSrv->content2025($page, $regionUrl, $cityUrl) : 57 $catalogSrv->content($page, $regionUrl, $cityUrl); 58 59 if ($catalogSrv->getAccountsCount() == 0 && empty($catalogSrv->getFiltersArr()) && !$catalogSrv->isCached()) { 60 $this->request->redirect(Route::get('catalog')->uri(['category_url'=>$categoryUrl])); 61 } 62
-
{PHP internal call} » Controller_Venloc_Catalog->action_list(arguments)
categoryUrl
string(17) "skup-podrecznikow"
type
string(7) "katalog"
page
string(1) "1"
regionUrl
string(13) "wielkopolskie"
cityUrl
string(6) "poznan"
-
MODPATH/veno/core/classes/request.php [ 68 ] » ReflectionMethod->invokeArgs(arguments)
object
object Controller_Venloc_Catalog(2)
{ public account => NULL public request => object Request(9)
{ public route => object Route(4)
}{ protected _uri => string(58) "<category_url>/<type>(/<page>(/<region_url>(/<city_url>)))" protected _regex => array(1) ( "type" => string(14) "(katalog|spis)" ) protected _defaults => array(4) ( "controller" => string(14) "venloc_catalog" "type" => string(7) "katalog" "action" => string(4) "list" "page" => integer 1 ) protected _route_regex => string(146) "#^(?P<category_url>[^/.,;?]++)/(?P<type>(katalog|spis))(?:/(?P<page>[^/.,;?]++)(?:/(?P<region_url>[^/.,;?]++)(?:/(?P<city_url>[^ …" }
public status => integer 200 public response => string(0) "" public headers => array(1) ( "Content-Type" => string(24) "text/html; charset=utf-8" ) public directory => string(0) "" public controller => string(14) "venloc_catalog" public action => string(4) "list" public uri => string(48) "skup-podrecznikow/katalog/1/wielkopolskie/poznan" protected _params => array(5) ( "category_url" => string(17) "skup-podrecznikow" "type" => string(7) "katalog" "page" => string(1) "1" "region_url" => string(13) "wielkopolskie" "city_url" => string(6) "poznan" ) }args
array(5) ( "category_url" => string(17) "skup-podrecznikow" "type" => string(7) "katalog" "page" => string(1) "1" "region_url" => string(13) "wielkopolskie" "city_url" => string(6) "poznan" )
63 64 // Ensure the action exists, and use __call() if it doesn't 65 if ($class->hasMethod('action_'.$action)) 66 { 67 // Execute the main action with the parameters 68 $class->getMethod('action_'.$action)->invokeArgs($controller, $this->_params); 69 } 70 else 71 { 72 $class->getMethod('__call')->invokeArgs($controller,array($action,$this->_params)); 73 }
-
APPPATH/bootstrap.php [ 129 ] » Request->execute()
124 * If no source is specified, the URI will be automatically detected. 125 */ 126 try 127 { 128 echo Request::instance() 129 ->execute() 130 ->send_headers() 131 ->response; 132 } 133 catch (ReflectionException $e) 134 {
-
DOCROOT/index.php [ 103 ] » require(arguments)
0
string(66) "/home/users/veno/public_html/skupisko.pl/application/bootstrap.php"
98 // Load empty core extension 99 require SYSPATH.'classes/kohana'.EXT; 100 } 101 102 // Bootstrap the application 103 require APPPATH.'bootstrap'.EXT;
Environment
Included files (211)
DOCROOT/index.php |
SYSPATH/base.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
APPPATH/bootstrap.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
MODPATH/kohana-minion/init.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
MODPATH/venloc/frontend/init.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
MODPATH/venloc/admin/config/venloc.php |
MODPATH/venloc/frontend/config/venloc.php |
APPPATH/skupisko/frontend/config/venloc.php |
MODPATH/veno/shop/frontend/init.php |
MODPATH/veno/core/config/veno.php |
MODPATH/veno/news/config/veno.php |
MODPATH/veno/gallery/config/veno.php |
MODPATH/veno/campaigns/config/veno.php |
MODPATH/veno/shop/admin/config/veno.php |
MODPATH/veno/core/classes/service/config.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.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/pdo.php |
MODPATH/database/classes/kohana/database/pdo.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 |
MODPATH/veno/shop/frontend/config/veno.php |
SYSPATH/classes/utf8.php |
MODPATH/venloc/admin/config/veno.php |
MODPATH/veno/gallery/init.php |
MODPATH/veno/news/init.php |
MODPATH/veno/news/config/news.php |
MODPATH/venloc/frontend/config/news.php |
APPPATH/skupisko/admin/config/news.php |
APPPATH/skupisko/frontend/config/news.php |
MODPATH/veno/core/init.php |
MODPATH/veno/core/base.php |
MODPATH/mpdf/init.php |
MODPATH/mpdf/vendor/mpdf/mpdf.php |
MODPATH/mpdf/vendor/mpdf/includes/functions.php |
MODPATH/mpdf/vendor/mpdf/config_cp.php |
MODPATH/veno/core/classes/request.php |
SYSPATH/classes/kohana/request.php |
MODPATH/venloc/frontend/classes/controller/venloc/catalog.php |
MODPATH/venloc/frontend/classes/controller/veno.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Autoloader.php |
MODPATH/veno/core/vendor/Markdown/markdown.php |
MODPATH/sprig-foreign_field/classes/sprig.php |
MODPATH/venloc/admin/classes/model/venloc/category.php |
MODPATH/sprig-foreign_field/classes/sprig/field/auto.php |
MODPATH/sprig-foreign_field/classes/sprig/field/integer.php |
MODPATH/sprig-foreign_field/classes/sprig/field.php |
MODPATH/sprig-foreign_field/classes/sprig/field/belongsto.php |
MODPATH/sprig-foreign_field/classes/sprig/field/foreignkey.php |
MODPATH/sprig-foreign_field/classes/sprig/field/char.php |
MODPATH/sprig-foreign_field/classes/sprig/field/boolean.php |
MODPATH/veno/shop/admin/config/categories.php |
MODPATH/veno/core/i18n/pl.php |
MODPATH/veno/shop/admin/i18n/pl.php |
MODPATH/veno/shop/frontend/i18n/pl.php |
MODPATH/venloc/frontend/i18n/pl.php |
MODPATH/venloc/admin/config/categories.php |
MODPATH/veno/core/config/veno_lists.php |
MODPATH/veno/shop/admin/config/veno_lists.php |
MODPATH/sprig-foreign_field/classes/sprig/field/image.php |
MODPATH/venloc/admin/config/venloc_categories.php |
MODPATH/sprig-foreign_field/classes/sprig/field/text.php |
MODPATH/sprig-foreign_field/classes/sprig/field/hasmany.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.php |
SYSPATH/config/inflector.php |
MODPATH/venloc/frontend/classes/service/venloc/catalog.php |
MODPATH/venloc/frontend/classes/venloc.php |
MODPATH/venloc/frontend/config/data-polska.php |
MODPATH/venloc/admin/classes/service/venloc/accounts.php |
MODPATH/cache/config/cache.php |
MODPATH/veno/shop/admin/config/cache.php |
MODPATH/cache/classes/cache.php |
MODPATH/cache/classes/kohana/cache.php |
MODPATH/cache/classes/cache/file.php |
MODPATH/cache/classes/kohana/cache/file.php |
MODPATH/cache/classes/cache/garbagecollect.php |
MODPATH/cache/classes/kohana/cache/garbagecollect.php |
MODPATH/database/classes/database/expression.php |
MODPATH/database/classes/kohana/database/expression.php |
MODPATH/database/classes/database/query/builder/join.php |
MODPATH/database/classes/kohana/database/query/builder/join.php |
MODPATH/venloc/admin/classes/model/venloc/locs/city.php |
MODPATH/veno/core/classes/sprig/veno.php |
MODPATH/venloc/admin/classes/model/venloc/locs/regions/description.php |
MODPATH/venloc/admin/classes/model/venloc/account.php |
MODPATH/venloc/admin/classes/veno/filter/venloc/account.php |
MODPATH/veno/core/classes/veno/filter/core.php |
MODPATH/pagination-3.0.12/classes/pagination.php |
MODPATH/pagination-3.0.12/classes/kohana/pagination.php |
MODPATH/pagination-3.0.12/config/pagination.php |
SYSPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
MODPATH/venloc/admin/classes/model/venloc/accounts/address.php |
MODPATH/sprig-foreign_field/classes/sprig/field/email.php |
MODPATH/venloc/admin/config/venloc_accounts.php |
APPPATH/skupisko/admin/config/venloc_accounts.php |
MODPATH/sprig-foreign_field/classes/sprig/field/timestamp.php |
MODPATH/sprig-foreign_field/classes/sprig/field/float.php |
MODPATH/sprig-foreign_field/classes/sprig/field/password.php |
MODPATH/venloc/frontend/classes/helper/venloc/category.php |
MODPATH/venloc/admin/classes/service/venloc/services.php |
MODPATH/venloc/frontend/classes/service/venloc.php |
MODPATH/veno/core/classes/dto/breadcrumb.php |
SYSPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
MODPATH/venloc/admin/classes/model/venloc/locs/region.php |
MODPATH/venloc/frontend/classes/venloc/catalog.php |
MODPATH/venloc/admin/classes/model/venloc/offer.php |
MODPATH/venloc/admin/classes/model/enum/offerstatustype.php |
MODPATH/venloc/admin/config/venloc_offers.php |
MODPATH/venloc/frontend/config/venloc_offers.php |
MODPATH/veno/shop/admin/config/offers.php |
MODPATH/veno/core/config/veno_system.php |
MODPATH/venloc/frontend/config/offers.php |
MODPATH/venloc/admin/classes/model/venloc/offers/item.php |
MODPATH/veno/core/classes/veno.php |
MODPATH/veno/core/classes/veno/core.php |
MODPATH/veno/core/classes/model/veno/layout.php |
MODPATH/veno/core/classes/model/veno/page.php |
MODPATH/sprig-mptt/classes/sprig/mptt.php |
MODPATH/sprig-mptt/classes/sprig/field/mptt/left.php |
MODPATH/sprig-mptt/classes/sprig/field/mptt.php |
MODPATH/sprig-mptt/classes/sprig/field/mptt/right.php |
MODPATH/sprig-mptt/classes/sprig/field/mptt/level.php |
MODPATH/sprig-mptt/classes/sprig/field/mptt/scope.php |
MODPATH/veno/core/classes/veno/twig.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Loader/String.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/LoaderInterface.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Environment.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Extension/Core.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Extension.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/ExtensionInterface.php |
APPPATH/cache/twig/__TwigTemplate_b740548be020f88a6fd194e5ae847226.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Template.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/Resource.php |
MODPATH/veno/core/vendor/Twig/lib/Twig/TemplateInterface.php |
MODPATH/veno/core/classes/veno/element.php |
MODPATH/veno/core/classes/veno/element/snippet.php |
MODPATH/veno/core/classes/model/veno/snippet/group.php |
APPPATH/cache/twig/__TwigTemplate_790cf0bddebb9d894f9cc1def8fee6c6.php |
MODPATH/veno/core/classes/veno/element/request.php |
MODPATH/venloc/frontend/classes/controller/venloc/accounts.php |
MODPATH/venloc/frontend/views/venloc/account/nologged.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
MODPATH/veno/campaigns/classes/controller/banner.php |
MODPATH/veno/core/classes/model/veno/user.php |
MODPATH/sprig-foreign_field/classes/sprig/model/user.php |
MODPATH/veno/core/classes/message.php |
MODPATH/veno/core/classes/message/core.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 |
MODPATH/veno/core/views/veno/elementarea.php |
MODPATH/venloc/frontend/views/venloc/catalog/list.php |
APPPATH/skupisko/frontend/views/breadcrumbs.php |
MODPATH/venloc/frontend/views/venloc/catalog/block/accountCallPane.php |
SYSPATH/classes/form.php |
SYSPATH/classes/kohana/form.php |
MODPATH/venloc/frontend/views/venloc/catalog/block/accountRatePane.php |
MODPATH/venloc/frontend/views/venloc/shortform.php |
MODPATH/venloc/frontend/messages/forms.php |
MODPATH/venloc/frontend/views/venloc/catalog/list/account.php |
SYSPATH/classes/text.php |
SYSPATH/classes/kohana/text.php |
MODPATH/venloc/admin/classes/model/venloc/accounts/attributes/account.php |
MODPATH/venloc/frontend/views/venloc/catalog/elements/spec_short.php |
APPPATH/skupisko/frontend/config/categories_descs.php |
APPPATH/skupisko/frontend/classes/helper/skupisko.php |
APPPATH/skupisko/admin/config/skupisko.php |
APPPATH/skupisko/frontend/views/skupisko/gold_price_list.php |
MODPATH/venloc/frontend/views/venloc/catalog/cities.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (71)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
bcmath |
bz2 |
calendar |
ctype |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gettext |
SPL |
iconv |
json |
mbstring |
session |
standard |
posix |
Reflection |
Phar |
shmop |
SimpleXML |
soap |
sockets |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
zip |
apache2handler |
mysqlnd |
PDO |
curl |
dio |
gd |
imagick |
imap |
intl |
ldap |
mcrypt |
mysql |
mysqli |
odbc |
pdo_mysql |
PDO_ODBC |
pdo_pgsql |
pdo_sqlite |
pgsql |
pspell |
SQLite |
sqlite3 |
suhosin |
tidy |
uploadprogress |
xmlrpc |
xsl |
mhash |
ionCube Loader |
Zend OPcache |
$_SERVER
REDIRECT_UNIQUE_ID |
string(24) "aBF-dV6YCB8AAJzlQH4AAAAQ" |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_SSL_SERVER_S_DN_CN |
string(8) "*.kei.pl" |
REDIRECT_SSL_SERVER_I_DN_C |
string(2) "PL" |
REDIRECT_SSL_SERVER_I_DN_O |
string(25) "Unizeto Technologies S.A." |
REDIRECT_SSL_SERVER_I_DN_OU |
string(30) "Certum Certification Authority" |
REDIRECT_SSL_SERVER_I_DN_CN |
string(32) "Certum Domain Validation CA SHA2" |
REDIRECT_SSL_VERSION_INTERFACE |
string(14) "mod_ssl/2.2.31" |
REDIRECT_SSL_VERSION_LIBRARY |
string(14) "OpenSSL/1.0.2d" |
REDIRECT_SSL_PROTOCOL |
string(7) "TLSv1.2" |
REDIRECT_SSL_SECURE_RENEG |
string(4) "true" |
REDIRECT_SSL_COMPRESS_METHOD |
string(4) "NULL" |
REDIRECT_SSL_CIPHER |
string(27) "ECDHE-RSA-AES128-GCM-SHA256" |
REDIRECT_SSL_CIPHER_EXPORT |
string(5) "false" |
REDIRECT_SSL_CIPHER_USEKEYSIZE |
string(3) "128" |
REDIRECT_SSL_CIPHER_ALGKEYSIZE |
string(3) "128" |
REDIRECT_SSL_CLIENT_VERIFY |
string(4) "NONE" |
REDIRECT_SSL_SERVER_M_VERSION |
string(1) "3" |
REDIRECT_SSL_SERVER_M_SERIAL |
string(32) "63D04EEBF6094DB7C44BC60D1F68D42E" |
REDIRECT_SSL_SERVER_V_START |
string(24) "Jun 5 11:37:30 2024 GMT" |
REDIRECT_SSL_SERVER_V_END |
string(24) "Jun 5 11:37:29 2025 GMT" |
REDIRECT_SSL_SERVER_S_DN |
string(12) "/CN=*.kei.pl" |
REDIRECT_SSL_SERVER_I_DN |
string(103) "/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2" |
REDIRECT_SSL_SERVER_A_KEY |
string(13) "rsaEncryption" |
REDIRECT_SSL_SERVER_A_SIG |
string(23) "sha256WithRSAEncryption" |
REDIRECT_SSL_SESSION_ID |
string(64) "55CFBB2C122C5C2FFD41BBF5C4064B6EC4B97F50EE1CB114C551EBA668A96A4F" |
REDIRECT_STATUS |
string(3) "200" |
UNIQUE_ID |
string(24) "aBF-dV6YCB8AAJzlQH4AAAAQ" |
HTTPS |
string(2) "on" |
SSL_SERVER_S_DN_CN |
string(8) "*.kei.pl" |
SSL_SERVER_I_DN_C |
string(2) "PL" |
SSL_SERVER_I_DN_O |
string(25) "Unizeto Technologies S.A." |
SSL_SERVER_I_DN_OU |
string(30) "Certum Certification Authority" |
SSL_SERVER_I_DN_CN |
string(32) "Certum Domain Validation CA SHA2" |
SSL_VERSION_INTERFACE |
string(14) "mod_ssl/2.2.31" |
SSL_VERSION_LIBRARY |
string(14) "OpenSSL/1.0.2d" |
SSL_PROTOCOL |
string(7) "TLSv1.2" |
SSL_SECURE_RENEG |
string(4) "true" |
SSL_COMPRESS_METHOD |
string(4) "NULL" |
SSL_CIPHER |
string(27) "ECDHE-RSA-AES128-GCM-SHA256" |
SSL_CIPHER_EXPORT |
string(5) "false" |
SSL_CIPHER_USEKEYSIZE |
string(3) "128" |
SSL_CIPHER_ALGKEYSIZE |
string(3) "128" |
SSL_CLIENT_VERIFY |
string(4) "NONE" |
SSL_SERVER_M_VERSION |
string(1) "3" |
SSL_SERVER_M_SERIAL |
string(32) "63D04EEBF6094DB7C44BC60D1F68D42E" |
SSL_SERVER_V_START |
string(24) "Jun 5 11:37:30 2024 GMT" |
SSL_SERVER_V_END |
string(24) "Jun 5 11:37:29 2025 GMT" |
SSL_SERVER_S_DN |
string(12) "/CN=*.kei.pl" |
SSL_SERVER_I_DN |
string(103) "/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2" |
SSL_SERVER_A_KEY |
string(13) "rsaEncryption" |
SSL_SERVER_A_SIG |
string(23) "sha256WithRSAEncryption" |
SSL_SESSION_ID |
string(64) "55CFBB2C122C5C2FFD41BBF5C4064B6EC4B97F50EE1CB114C551EBA668A96A4F" |
HTTP_X_FROM_SSL |
string(3) "yes" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
HTTP_HOST |
string(11) "skupisko.pl" |
HTTP_X_REAL_IP |
string(14) "18.118.140.120" |
HTTP_X_FORWARDED_FOR |
string(14) "18.118.140.120" |
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" |
PATH |
string(28) "/usr/local/bin:/usr/bin:/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(11) "skupisko.pl" |
SERVER_ADDR |
string(11) "94.152.8.31" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(14) "18.118.140.120" |
DOCUMENT_ROOT |
string(47) "/home/users/veno/public_html/skupisko.pl/public" |
SERVER_ADMIN |
string(21) "webmaster@skupisko.pl" |
SCRIPT_FILENAME |
string(57) "/home/users/veno/public_html/skupisko.pl/public/index.php" |
REMOTE_PORT |
string(5) "43364" |
REDIRECT_QUERY_STRING |
string(0) "" |
REDIRECT_URL |
string(49) "/skup-podrecznikow/katalog/1/wielkopolskie/poznan" |
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(49) "/skup-podrecznikow/katalog/1/wielkopolskie/poznan" |
SCRIPT_NAME |
string(10) "/index.php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1745977205.008 |
REQUEST_TIME |
integer 1745977205 |
argv |
array(0) |
argc |
integer 0 |
Wybierz Województwo
- Województwo: wielkopolskie
- Usuń filtr
- Zmień województwo
- dolnośląskie (1)
- lubelskie (1)
- łódzkie (1)
- małopolskie (2)
- mazowieckie (2)
- opolskie (1)
- śląskie (1)
- wielkopolskie (1)
Wybierz Miasto
- Miasto: Poznań
- Usuń filtr
- Zmień miasto
- Poznań (1)