Fatal error: Call to a member function asArray() on null in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php on line 140
DEBUG RAPORT
# Time Type Count Message File:Line
1 09:24:45.181161 Error 1 Argument 1 passed to Categories::prepareData() must be an instance of ORM, null given, called in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/news/front/init.php on line 24 and defined /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php:139
1 PHP internal callApp\Exceptions\DebugReport::addEvent(eventName, params)
  • Arguments
  • eventName string(7) "onError"
    params array(5)
    integer4096
    string(207) "Argument 1 passed to Categories::prepareData() must be an instance of ORM, null …"
    Argument 1 passed to Categories::prepareData() must be an instance of ORM, null given, called in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/news/front/init.php on line 24 and defined
    string(99) "/home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/C…"
    • contents
    • File (29.48K)
    • /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php
    • -rw-r--r--
    integer139
    array(0)
2 <ROOT>/include/class/Base/Events.php:27call_user_func_array(function_name, parameters)
  • Source
  • Arguments
  • 20 }
    21
    22 // ręczne wywołanie akcji z parametrami
    23 public static function trigger($eventName /* $first_param, ... */){
    24 $result = array();
    25 if(array_key_exists($eventName, self::$_events))
    26 foreach (self::$_events[$eventName] as $i => $callback){
    27 $result[$i] = call_user_func_array($callback, func_get_args());
    28 }
    29 return $result; // zwraca tablice nazw callback-ów i wartości zwrotnych
    30 }
    31
    32 // zwraca pierwszy wynik jeśli jakaś funkcja zwróciła inną wartość niż domyślne null
    33 public static function parseTriggerResult(array $triggerResult, &$i = null){
    34 foreach($triggerResult as $i => $value)
  • function_name string(36) "App\Exceptions\DebugReport::addEvent"
    parameters array(2)
    string(7) "onError"
    array(5)
    integer4096
    string(207) "Argument 1 passed to Categories::prepareData() must be an instance of ORM, null …"
    Argument 1 passed to Categories::prepareData() must be an instance of ORM, null given, called in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/news/front/init.php on line 24 and defined
    string(99) "/home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/C…"
    • contents
    • File (29.48K)
    • /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php
    • -rw-r--r--
    integer139
    array(0)
3 <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:24App\Base\Events::trigger(eventName, #2)
  • Source
  • Arguments
  • 17
    18 public static function onException(){
    19 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    20 return Events::parseTriggerResult($trigger);
    21 }
    22
    23 public static function onError(){
    24 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    25 return Events::parseTriggerResult($trigger);
    26 }
    27
    28 public static function onShutDown(){
    29 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    30 return Events::parseTriggerResult($trigger);
    31 }
  • eventName string(7) "onError"
    #2 array(5)
    integer4096
    string(207) "Argument 1 passed to Categories::prepareData() must be an instance of ORM, null …"
    Argument 1 passed to Categories::prepareData() must be an instance of ORM, null given, called in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/news/front/init.php on line 24 and defined
    string(99) "/home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/C…"
    • contents
    • File (29.48K)
    • /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php
    • -rw-r--r--
    integer139
    array(0)
4 <ROOT>/modules/categories/Categories.model.php:139App\Exceptions\ExceptionsHandlers::onError(#1, #2, #3, #4, #5)
  • Source
  • Arguments
  • 132
    133 if($Module = Modules::getModuleFromType($type)){
    134 $fields = $Module->getConfig(array('views', $view, 'fields'), array());
    135 $vars[$type][$view] = $fields;
    136 return $fields;
    137 }
    138 }
    139 public static function prepareData(ORM $category){
    140 $result = $category->asArray();
    141 Request::entity_decode($result);
    142 Photos::addPhotosToRecord($result, self::$TABLE, $category->media_id);
    143 $result['url'] = self::getCategoryUrl($category);
    144 new EditableContent($result, self::$TABLE);
    145 return $result;
    146 }
  • #1 integer4096
    #2 string(207) "Argument 1 passed to Categories::prepareData() must be an instance of ORM, null …"
    Argument 1 passed to Categories::prepareData() must be an instance of ORM, null given, called in /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/news/front/init.php on line 24 and defined
    #3 string(99) "/home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/C…"
    • contents
    • File (29.48K)
    • /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php
    • -rw-r--r--
    #4 integer139
    #5 array(0)
5 <ROOT>/modules/news/front/init.php:24Categories::prepareData(category)
  • Source
  • Arguments
  • 17
    18 // kategoria aktualna
    19 $category = $this->category;
    20 $tplInfo['category'] = Categories::prepareData($category);
    21
    22 // kategoria główna
    23 $mainCategory = Categories::findFromIdKat(substr($this->id_kat, 0, 3), true, CODE);
    24 $tplInfo['mainCategory'] = Categories::prepareData($mainCategory);
    25
    26 if ($this->category->view == '61' || $this->category->view == '62' || $this->category->view == '64') {
    27 // podkategorie aktyalnej kategorii
    28 $tplInfo['subCategoriesContact'] = array();
    29 $subCategoriesContact = Categories::findFromIdKatMany($mainCategory->id_kat . '___', true, CODE);
    30 foreach ($subCategoriesContact as $index => $subCategory)
    31 $tplInfo['subCategoriesContact'][$index] = Categories::prepareData($subCategory);
  • category NULL
6 <ROOT>/modules/news/front/index.php:3require(file)
  • Source
  • Arguments
  • 1 <?php
    2
    3 require(__DIR__ . '/init.php'); // inicjalizacja zmiennych widoku, danych kategorii itp
    4
    5 // obsługa widoków
    6 if(($recordId = intval(request('id'))) && ($TWIG_TEMPLATE_DETAILS || !$this->render)) //detale danego produktu
    7 {
    8 if(!$PREVIEW_RECORD){
    9 Url::redirect(Url::siteUrl(array('id_SEO' => '404')));
    10 exit;
  • file string(40) "&lt;ROOT&gt;/modules/news/front/init.php"
7 <ROOT>/include/class/Controllers/Module.php:54include(file)
  • Source
  • Arguments
  • 47 'type' => Globals::getType(),
    48 ));
    49 }
    50
    51 extract($this->getConfig('variables', array()));
    52 ob_start();
    53 if(is_file($fileName = $moduleDIR . $action . '.php'))
    54 include($fileName); else
    55 throw new Exception(sprintf("File '%s' not found!", substr($fileName, strlen(ROOT_DIR))));
    56 $content = ob_get_contents();
    57 ob_end_clean();
    58 return $content;
    59 }
    60
    61 public function getBack($action = 'index'){
  • file string(41) "&lt;ROOT&gt;/modules/news/front/index.php"
8 <ROOT>/index.php:78App\Controllers\Module->getFront()
  • Source
  • Callee object [App\Controllers\Module]
  • 71 break;
    72 }
    73 }
    74 }
    75
    76 if($Module)
    77 {
    78 print($Module->getFront());
    79 return; // zakończ
    80 }
    81
    82 // event - gdyby jakiś moduł chciał przejąć adres (musi sobie obsłużyć exit-a)
    83 Events::trigger('beforePageNotFound', Globals::getIdSeo());
    84
    85 // Jeśli nic nie znaleziono
  • App\Controllers\Module(8)
    • contents
    • Available methods (11)
    • Static class properties (1)
    • protected _name -> string(4) "news"
      protected _config -> array(12)
      'name' => string UTF-8(11) "Aktualności"
      'icon' => string(17) "fa fa-newspaper-o"
      'type' => integer2
      'order' => integer2
      'standalone' => boolFALSE
      'actions' => array(13)
      'add' => string(7) "opr.php"
      'action' => string(9) "index.php"
      'edit' => string(7) "opr.php"
      'source' => string(7) "opr.php"
      'delete' => string(10) "delete.php"
      'photos' => string(10) "photos.php"
      'update' => string(10) "update.php"
      'upload' => string(10) "upload.php"
      'content' => string(11) "content.php"
      'roles' => string(9) "roles.php"
      'av' => string(12) "avPhotos.php"
      'extraaction' => string(15) "extraaction.php"
      'upload_flipbook' => string(12) "flipbook.php"
      'sql' => array(2)
      'table' => string(4) "news"
      'categories' => string(10) "categories"
      'variables' => array(31)
      'LIMIT' => integer12
      'LIMIT_PANEL' => integer20
      'LIMIT_BELT' => integer10
      'LIMIT_RECORDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolFALSE
      'LOAD_SIBLINGS' => boolFALSE
      'SIBLINGS_COUNT' => integer2
      'LOAD_PREV_NEXT' => boolFALSE
      'PREVIEW_RECORD' => boolTRUE
      'PREVIEW_CATEGORY' => boolTRUE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => array(1)
      'panel1' => array(3)
      'name' => string(20) "Ustawienia kategorii"
      'fields' => array(1)
      'wstep' => array(2)
      *DEPTH TOO GREAT*
      'buttons' => array(1)
      'categorySave' => array(1)
      *DEPTH TOO GREAT*
      'header' => array(1)
      'category_title' => boolTRUE
      'COLUMNS' => array(7)
      'lp' => array(3)
      'title' => string(3) "Lp."
      'attr' => string(10) "width="30""
      'type' => string(2) "lp"
      'media_id' => array(4)
      'title' => string(0) ""
      'attr' => string(10) "width="50""
      'type' => string(5) "photo"
      'td_attr' => string(16) "class="txt-left""
      'tytul' => array(2)
      'title' => string UTF-8(5) "Tytuł"
      'td_attr' => string(16) "class="txt-left""
      'data' => array(3)
      'title' => string(12) "Data dodania"
      'attr' => string(31) "width="150" class="text-center""
      'td_attr' => string(19) "class="text-center""
      'status' => array(4)
      'title' => string(6) "Status"
      'attr' => string(31) "width="100" class="text-center""
      'td_attr' => string(19) "class="text-center""
      'type' => string(6) "status"
      'kolejnosc' => array(4)
      'title' => string UTF-8(9) "Kolejność"
      'attr' => string(31) "width="100" class="text-center""
      'td_attr' => string(19) "class="text-center""
      'type' => string(9) "kolejnosc"
      'options' => array(4)
      'title' => string(5) "Opcje"
      'attr' => string(31) "width="125" class="text-center""
      'td_attr' => string(19) "class="text-center""
      'type' => string(7) "options"
      'SEARCH_FIELDS' => array(1)
      'tytul' => string UTF-8(5) "Tytuł"
      'FRONT_SEARCH_FIELDS' => array(3)
      string(5) "tytul"
      string(5) "wstep"
      string(5) "tresc"
      'FRONT_SEARCH_MAX_CATEGORY_LEVEL' => integer9
      'EXTRA_ACTIONS' => array(0)
      'TWIG_TEMPLATE_DETAILS' => string(21) "tpl/news/details.twig"
      'TWIG_TEMPLATE_LIST' => string(18) "tpl/news/list.twig"
      'TWIG_TEMPLATE_TILES' => boolFALSE
      'PHOTOS_COUNT' => integer30
      'PHOTOS_PATH' => string(5) "news/"
      'CATEGORIES_PHOTOS_PATH' => string(11) "categories/"
      'PHOTOS_DETAILS' => array(2)
      string(7) "DEFAULT"
      string(11) "DEFAULT_MIN"
      'PHOTOS_LIST' => array(2)
      string(7) "DEFAULT"
      string(11) "DEFAULT_MIN"
      'PHOTOS_TILES' => array(2)
      string(7) "DEFAULT"
      string(11) "DEFAULT_MIN"
      'PHOTOS_ROLES' => array(8)
       titlecount
      #1"baner"1
      #2"mini galeria"10
      #3"test1"10
      #4"test2"5
      #5"test3"7
      #6"test4"9
      #7"test5"3
      #8"test6"6
      'CATEGORIES_PHOTOS_COUNT' => integer0
      'CATEGORIES_PHOTOS_ROLES' => array(0)
      'base_fields' => array(3)
      string(6) "id_kat"
      string(4) "data"
      string(6) "status"
      'views' => array(15)
      '0' => array(4)
      'name' => string(17) "Widok standardowy"
      'version_control' => array(6)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(6) "tresc2"
      string(4) "meta"
      'fields' => array(2)
      'panel1' => array(2)
      'name' => string(10) "Dane newsa"
      'fields' => array(9)
      *DEPTH TOO GREAT*
      'panel2' => array(2)
      'name' => string(8) "Metatagi"
      'fields' => array(1)
      *DEPTH TOO GREAT*
      'variables' => array(3)
      'LIMIT' => integer6
      'EDITABLE_INTRO' => boolFALSE
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      '1' => array(4)
      'name' => string UTF-8(11) "Rozwiązania"
      'version_control' => array(5)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(4)
      *DEPTH TOO GREAT*
      'variables' => array(7)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer1
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'EDITABLE_INTRO' => boolFALSE
      'TWIG_TEMPLATE_DETAILS' => string(24) "tpl/pages/solutions.twig"
      'TWIG_TEMPLATE_LIST' => string(24) "tpl/pages/solutions.twig"
      'FRONT_SEARCH_FIELDS' => array(2)
      string(5) "tytul"
      string(5) "wstep"
      '2' => array(4)
      'name' => string(8) "Produkty"
      'version_control' => array(5)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(12)
      *DEPTH TOO GREAT*
      'variables' => array(10)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer12
      'PHOTOS_ROLES' => array(2)
       titlecount
      #1"zdjęcie główne"1
      #2"slajdy inspiracje"10
      'fields_category' => array(1)
      'panel1' => array(3)
      *DEPTH TOO GREAT*
      'children_validate' => array(1)
      '2' => array(1)
      *DEPTH TOO GREAT*
      'TWIG_TEMPLATE_DETAILS' => string(25) "tpl/products/details.twig"
      'TWIG_TEMPLATE_LIST' => string(22) "tpl/products/list.twig"
      'FRONT_SEARCH_FIELDS' => array(3)
      string(5) "tytul"
      string(6) "tytul2"
      string(5) "wstep"
      'COLUMNS' => array(6)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(3)
      'tytul' => string(5) "Nazwa"
      'tytul2' => string(12) "Kod produktu"
      'wstep' => string(4) "Opis"
      '3' => array(4)
      'name' => string(8) "Historia"
      'version_control' => array(2)
      string(5) "tytul"
      string(5) "wstep"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(3)
      *DEPTH TOO GREAT*
      'variables' => array(11)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer1
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => array(1)
      'panel1' => array(3)
      *DEPTH TOO GREAT*
      'TWIG_TEMPLATE_DETAILS' => string(22) "tpl/pages/history.twig"
      'TWIG_TEMPLATE_LIST' => string(22) "tpl/pages/history.twig"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(2)
      'tytul' => string(3) "Rok"
      'wstep' => string(4) "Opis"
      '4' => array(4)
      'name' => string UTF-8(14) "Sieć sprzedaży"
      'version_control' => array(7)
      string(5) "tytul"
      string(6) "tytul2"
      string(6) "tytul3"
      string(5) "klasa"
      string(5) "wstep"
      string(6) "wstep2"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(11)
      *DEPTH TOO GREAT*
      'variables' => array(12)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => array(1)
      'panel1' => array(3)
      *DEPTH TOO GREAT*
      'TWIG_TEMPLATE_DETAILS' => string(35) "tpl/pages/distribution_networl.twig"
      'TWIG_TEMPLATE_LIST' => string(35) "tpl/pages/distribution_networl.twig"
      'FRONT_SEARCH_FIELDS' => array(4)
      string(5) "tytul"
      string(6) "tytul2"
      string(6) "tytul3"
      string(5) "wstep"
      'COLUMNS' => array(6)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'wstep' => array(1)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(2)
      'tytul' => string(5) "Nazwa"
      'wstep' => string UTF-8(11) "Miejscowość"
      'EXTRA_ACTIONS' => array(2)
      'getcsv' => array(2)
      *DEPTH TOO GREAT*
      'loadcsv' => array(2)
      *DEPTH TOO GREAT*
      'children_validate' => integer-1
      '5' => array(4)
      'name' => string(10) "Realizacje"
      'version_control' => array(7)
      string(5) "tytul"
      string(6) "tytul2"
      string(6) "tytul3"
      string(5) "klasa"
      string(5) "wstep"
      string(6) "wstep2"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(5)
      *DEPTH TOO GREAT*
      'variables' => array(16)
      'LIMIT' => integer9
      'PHOTOS_COUNT' => integer30
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => boolFALSE
      'CATEGORIES_PHOTOS_COUNT' => integer0
      'TWIG_TEMPLATE_TILES' => boolFALSE
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'TWIG_TEMPLATE_LIST' => string(27) "tpl/pages/realizations.twig"
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(1)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(2)
      'tytul' => string(5) "Nazwa"
      'wstep' => string UTF-8(11) "Miejscowość"
      'FRONT_SEARCH_FIELDS' => array(3)
      string(5) "tytul"
      string(6) "tytul2"
      string(5) "tresc"
      'FRONT_SEARCH_MAX_CATEGORY_LEVEL' => integer2
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'children_validate' => array(1)
      '2' => array(1)
      *DEPTH TOO GREAT*
      '61' => array(4)
      'name' => string UTF-8(16) "Kontakt - działy"
      'version_control' => array(8)
      string(5) "tytul"
      string(6) "tytul2"
      string(6) "tytul3"
      string(5) "wstep"
      string(6) "wstep2"
      string(6) "wstep3"
      string(6) "id_kat"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(9)
      *DEPTH TOO GREAT*
      'variables' => array(14)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer1
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => array(1)
      'panel1' => array(3)
      *DEPTH TOO GREAT*
      'COLUMNS' => array(6)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(3)
      'tytul' => string UTF-8(15) "Imię i nazwisko"
      'tytul2' => string(10) "Stanowisko"
      'tytul3' => string(6) "E-mail"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'TWIG_TEMPLATE_LIST' => string(26) "tpl/pages/departments.twig"
      'TWIG_TEMPLATE_DETAILS' => string(28) "tpl/pages/contact-inner.twig"
      'TWIG_TEMPLATE_TILES' => string(28) "tpl/pages/contact-inner.twig"
      'children_validate' => array(1)
      '2' => array(1)
      *DEPTH TOO GREAT*
      '63' => array(4)
      'name' => string UTF-8(24) "Kontakt - działy - detal"
      'version_control' => array(8)
      string(5) "tytul"
      string(6) "tytul2"
      string(6) "tytul3"
      string(5) "wstep"
      string(6) "wstep2"
      string(6) "wstep3"
      string(6) "id_kat"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(9)
      *DEPTH TOO GREAT*
      'variables' => array(14)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer1
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolTRUE
      'fields_category' => array(1)
      'panel1' => array(3)
      *DEPTH TOO GREAT*
      'COLUMNS' => array(6)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(3)
      'tytul' => string UTF-8(15) "Imię i nazwisko"
      'tytul2' => string(10) "Stanowisko"
      'tytul3' => string(6) "E-mail"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'TWIG_TEMPLATE_LIST' => string(28) "tpl/pages/contact-inner.twig"
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'TWIG_TEMPLATE_TILES' => boolFALSE
      'children_validate' => array(1)
      '2' => array(1)
      *DEPTH TOO GREAT*
      '62' => array(4)
      'name' => string(17) "Kontakt - kariera"
      'version_control' => array(5)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(5)
      *DEPTH TOO GREAT*
      'variables' => array(10)
      'TWIG_TEMPLATE_LIST' => string(21) "tpl/pages/carrer.twig"
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(1)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(2)
      'tytul' => string(10) "Stanowisko"
      'tytul2' => string UTF-8(11) "Miejscowość"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'children_validate' => integer-1
      '64' => array(4)
      'name' => string(19) "Kontakt - Formularz"
      'version_control' => array(5)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(4) "meta"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(1)
      *DEPTH TOO GREAT*
      'variables' => array(10)
      'TWIG_TEMPLATE_LIST' => string(27) "tpl/pages/contact_form.twig"
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'tytul2' => array(1)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(2)
      'tytul' => string(10) "Stanowisko"
      'tytul2' => string UTF-8(11) "Miejscowość"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'children_validate' => integer-1
      '81' => array(4)
      'name' => string UTF-8(30) "Do pobrania - artykuły prasowe"
      'version_control' => array(5)
      string(5) "tytul"
      string(9) "tytul_seo"
      string(5) "wstep"
      string(5) "tresc"
      string(4) "meta"
      'fields' => array(2)
      'panel1' => array(2)
      'name' => string UTF-8(13) "Dane artykułu"
      'fields' => array(6)
      *DEPTH TOO GREAT*
      'panel2' => array(2)
      'name' => string(8) "Metatagi"
      'fields' => array(1)
      *DEPTH TOO GREAT*
      'variables' => array(6)
      'LIMIT' => integer6
      'EDITABLE_INTRO' => boolFALSE
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'FRONT_SEARCH_FIELDS' => array(3)
      string(5) "tytul"
      string(5) "wstep"
      string(5) "tresc"
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'children_validate' => integer-1
      '82' => array(4)
      'name' => string(19) "Do pobrania - pliki"
      'version_control' => array(2)
      string(5) "tytul"
      string(5) "files"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(4)
      *DEPTH TOO GREAT*
      'variables' => array(11)
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(1)
      'tytul' => string(5) "Nazwa"
      'FRONT_SEARCH_FIELDS' => array(1)
      string(5) "tytul"
      'FRONT_SEARCH_MAX_CATEGORY_LEVEL' => integer2
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'children_validate' => array(1)
      '2' => array(1)
      *DEPTH TOO GREAT*
      '83' => array(4)
      'name' => string(22) "Do pobrania - Katalogi"
      'version_control' => array(1)
      string(5) "tytul"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(13) "Dane katalogu"
      'fields' => array(3)
      *DEPTH TOO GREAT*
      'variables' => array(7)
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'TWIG_TEMPLATE_LIST' => boolFALSE
      'PREVIEW_RECORD' => boolFALSE
      'PHOTOS_COUNT' => integer1
      'PHOTOS_ROLES' => array(1)
      array(2)
      *DEPTH TOO GREAT*
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(6)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'media_id' => array(4)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      '101' => array(4)
      'name' => string UTF-8(20) "Jakość - certyfikaty"
      'version_control' => array(3)
      string(5) "tytul"
      string(5) "wstep"
      string(5) "files"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(5)
      *DEPTH TOO GREAT*
      'variables' => array(10)
      'TWIG_TEMPLATE_LIST' => string(29) "tpl/pages/certifications.twig"
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'LIMIT' => integer9223372036854775807
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(1)
      'tytul' => string(5) "Nazwa"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'children_validate' => integer-1
      '102' => array(4)
      'name' => string UTF-8(19) "Jakość - referencje"
      'version_control' => array(2)
      string(5) "tytul"
      string(5) "files"
      'fields' => array(1)
      'panel1' => array(2)
      'name' => string(10) "Dane wpisu"
      'fields' => array(3)
      *DEPTH TOO GREAT*
      'variables' => array(11)
      'TWIG_TEMPLATE_LIST' => string(25) "tpl/pages/references.twig"
      'LIMIT' => integer8
      'PHOTOS_COUNT' => integer0
      'PREVIEW_RECORD' => boolFALSE
      'EDITABLE_INTRO' => boolFALSE
      'COLUMNS' => array(5)
      'lp' => array(3)
      *DEPTH TOO GREAT*
      'tytul' => array(2)
      *DEPTH TOO GREAT*
      'status' => array(4)
      *DEPTH TOO GREAT*
      'kolejnosc' => array(4)
      *DEPTH TOO GREAT*
      'options' => array(4)
      *DEPTH TOO GREAT*
      'SEARCH_FIELDS' => array(1)
      'tytul' => string(5) "Nazwa"
      'FRONT_SEARCH_FIELDS' => boolFALSE
      'LIST_WITH_SUBCATEGORIES' => boolTRUE
      'TWIG_TEMPLATE_DETAILS' => boolFALSE
      'children_validate' => integer-1
      'menu' => string(10) "CATEGORIES"
      'roles' => array(3)
      string(9) "Dodawanie"
      string(6) "Edycja"
      string(8) "Usuwanie"
      'access' => array(11)
      'add' => string(9) "Dodawanie"
      'edit' => string(6) "Edycja"
      'photos' => string(6) "Edycja"
      'upload_flipbook' => string(6) "Edycja"
      'delete' => string(8) "Usuwanie"
      'remove' => string(8) "Usuwanie"
      'upload' => string(6) "Edycja"
      'content' => string(6) "Edycja"
      'extraaction' => string(6) "Edycja"
      'roles' => string(6) "Edycja"
      'av' => string(6) "Edycja"
      protected _variables -> array(0)
      protected render -> boolTRUE
      public sql -> array(2)
      'table' => string(4) "news"
      'categories' => string(10) "categories"
      public category -> ORM(22)
      • contents
      • Available methods (152)
      • Static class properties (12)
      • protected _connection_name -> string(7) "default"
        protected _table_name -> string(10) "categories"
        protected _table_alias -> NULL
        protected _values -> array(0)
        protected _result_columns -> array(1)
        string(1) "*"
        protected _using_default_result_columns -> boolTRUE
        protected _join_sources -> array(0)
        protected _distinct -> boolFALSE
        protected _is_raw_query -> boolFALSE
        protected _raw_query -> string(0) ""
        protected _raw_parameters -> array(0)
        protected _where_conditions -> array(0)
        protected _limit -> NULL
        protected _offset -> NULL
        protected _order_by -> array(0)
        protected _group_by -> array(0)
        protected _having_conditions -> array(0)
        protected _data -> array(30)
        'id' => string(3) "681"
        'media_id' => string(2) "66"
        'status' => string(1) "1"
        'type' => string(1) "2"
        'code' => string(2) "ie"
        'id_kat' => string(9) "105001004"
        • timestamp
        • 1973-04-30 07:56:44
        'tytul_seo' => string(33) "contact/departments/it-department"
        'view' => string(2) "63"
        'tytul' => string(13) "It department"
        'tytul2' => string(0) ""
        'tytul3' => string(0) ""
        'tytul4' => string(0) ""
        'tytul5' => string(0) ""
        'wstep' => NULL
        'department' => NULL
        'meta' => string(0) ""
        'gdzie' => string(0) ""
        'section_name' => NULL
        'klasa' => string(0) ""
        'redirect' => string(0) ""
        'redirect_on_first' => string(1) "0"
        'redirect_to_news' => string(1) "0"
        'groups' => NULL
        'new_window' => string(1) "0"
        'opened' => string(1) "0"
        'klik' => string(1) "0"
        'breadcrumb' => string(1) "1"
        'sitemap_priority' => string(3) "0.5"
        'sitemap_freq' => string(6) "weekly"
        'kolejnosc' => string(2) "99"
        protected _dirty_fields -> array(0)
        protected _expr_fields -> array(0)
        protected _is_new -> boolFALSE
        protected _instance_id_column -> NULL
      • public static __callStatic($name, $arguments) -> ORM
        Magic method to capture calls to undefined static class methods.
        In this case we are attempting to convert camel case formatted
        methods into underscore formatted methods.
        
        This allows us to call ORM methods using camel case and remain
        backwards compatible.
        
        @param  string   $name
        @param  array    $arguments
        @return ORM
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2285
        public static _setup_limit_clause_style($connection_name)
        Detect and initialise the limit clause style ("SELECT TOP 5" /
        "... LIMIT 5"). If this has been specified manually using
        ORM::configure('limit_clause_style', 'top'), this will do nothing.
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:390
        public static clear_cache($table_name = NULL, $connection_name = default)
        Clear the query cache
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1870
        public static configure($key, $value = NULL, $connection_name = default)
        Pass configuration settings to the class in the form of
        key/value pairs. As a shortcut, if the second argument
        is omitted and the key is a string, the setting is
        assumed to be the DSN string used by PDO to connect
        to the database (often, this will be the only configuration
        required to use Idiorm). If you have more than one setting
        you wish to configure, another shortcut is to pass an array
        of settings (and omit the second argument).
        @param string|array $key
        @param mixed $value
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:260
        public static for_table($table_name, $connection_name = default) -> ORM
        Despite its slightly odd name, this is actually the factory
        method used to acquire instances of the class. It is named
        this way for the sake of a readable interface, ie
        ORM::for_table('table_name')->find_one()-> etc. As such,
        this will normally be the first method called in a chain.
        @param string $table_name
        @param string $connection_name Which connection to use
        @return ORM
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:310
        public static get_config($key = NULL, $connection_name = default)
        Retrieve configuration options by key, or as whole array.
        @param string $key
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:285
        public static get_connection_names() -> array
        Get a list of the available connection names
        @return array
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:611
        public static get_db($connection_name = default) -> PDO
        Returns the PDO instance used by the the ORM to communicate with
        the database. This can be called if any low-level DB access is
        required outside the class. If multiple connections are used,
        accepts an optional key name for the connection.
        @param string $connection_name Which connection to use
        @return PDO
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:445
        public static get_last_query($connection_name = NULL) -> string
        Get the last query executed. Only works if the
        'logging' config option is set to true. Otherwise
        this will return null. Returns last query from all connections if
        no connection_name is specified
        @param null|string $connection_name Which connection to use
        @return string
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:582
        public static get_last_statement() -> PDOStatement
        Returns the PDOStatement instance last used by any connection wrapped by the ORM.
        Useful for access to PDOStatement::rowCount() or error information
        @return PDOStatement
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:471
        public static get_query_log($connection_name = default)
        Get an array containing all the queries run on a
        specified connection up to now.
        Only works if the 'logging' config option is
        set to true. Otherwise, returned array will be empty.
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:600
        public static raw_execute($query, $parameters = array(), $connection_name = default) -> bool Success
        Executes a raw query as a wrapper for PDOStatement::execute.
        Useful for queries that can't be accomplished through Idiorm,
        particularly those using engine-specific features.
        @example raw_execute('SELECT `name`, AVG(`order`) FROM `customer` GROUP BY `name` HAVING AVG(`order`) > 10')
        @example raw_execute('INSERT OR REPLACE INTO `widget` (`id`, `name`) SELECT `id`, `name` FROM `other_table`')
        @param string $query The raw SQL query
        @param array  $parameters Optional bound parameters
        @param string $connection_name Which connection to use
        @return bool Success
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:461
        public static reset_config()
        Delete all configs in _config array.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:296
        public static reset_db()
        Delete all registered PDO objects in _db array.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:366
        public static set_db($db, $connection_name = default)
        Set the PDO object used by Idiorm to communicate with the database.
        This is public in case the ORM should use a ready-instantiated
        PDO object as its database connection. Accepts an optional string key
        to identify the connection if multiple connections are used.
        @param PDO $db
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:354
        public __call($name, $arguments) -> ORM
        Magic method to capture calls to undefined class methods.
        In this case we are attempting to convert camel case formatted
        methods into underscore formatted methods.
        
        This allows us to call ORM methods using camel case and remain
        backwards compatible.
        
        @param  string   $name
        @param  array    $arguments
        @return ORM
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2262
        public __get($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2233
        public __isset($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2246
        public __set($key, $value)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2237
        public __unset($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2241
        public _add_having_no_value($column_name, $operator)
        Internal method to add a HAVING clause with no parameters(like IS NULL and IS NOT NULL)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1138
        public _add_having_placeholder($column_name, $separator, $values)
        Internal method to add a HAVING clause with multiple values (like IN and NOT IN)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1120
        public _add_id_column_conditions(&$query)
        Add a WHERE clause for every column that belongs to the primary key
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2124
        public _add_where_no_value($column_name, $operator)
        Add a WHERE clause with no parameters(like IS NULL and IS NOT NULL)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1183
        public _add_where_placeholder($column_name, $separator, $values)
        Add a WHERE clause with multiple values (like IN and NOT IN)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1165
        public as_array()
        Return the raw data wrapped by this ORM
        instance as an associative array. Column
        names may optionally be supplied as arguments,
        if so, only those keys will be returned.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1938
        public avg($column)
        Tell the ORM that you wish to execute a AVG query.
        Will return the average value of the choosen column.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:769
        public count($column = *)
        Tell the ORM that you wish to execute a COUNT query.
        Will return an integer representing the number of
        rows returned.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:745
        public count_null_id_columns()
        Counts the number of columns that belong to the primary
        key and their value is null.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:878
        public create($data = NULL)
        Create a new, empty instance of the class. Used
        to add a new row to your database. May optionally
        be passed an associative array of data to populate
        the instance. If so, all fields will be flagged as
        dirty so all will be saved to the database when
        save() is called.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:639
        public delete()
        Delete this record from the database
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2182
        public delete_many()
        Delete many records from the database
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2194
        public distinct()
        Add a DISTINCT keyword before the list of columns in the SELECT query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:993
        public find_array() -> array
        Tell the ORM that you are expecting multiple results
        from your query, and execute it. Will return an array,
        or an empty array if no rows were returned.
        @return array
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:736
        public find_many() -> array|\IdiormResultSet
        Tell the ORM that you are expecting multiple results
        from your query, and execute it. Will return an array
        of instances of the ORM class, or an empty array if
        no rows were returned.
        @return array|\IdiormResultSet
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:701
        public find_one($id = NULL)
        Tell the ORM that you are expecting a single result
        back from your query, and execute it. Will return
        a single instance of the ORM class, or false if no
        rows were returned.
        As a shortcut, you may supply an ID as a parameter
        to this method. This will perform a primary key
        lookup on the table.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:680
        public find_result_set() -> \IdiormResultSet
        Tell the ORM that you are expecting multiple results
        from your query, and execute it. Will return a result set object
        containing instances of the ORM class.
        @return \IdiormResultSet
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:726
        public force_all_dirty()
        Force the ORM to flag all the fields in the $data array
        as "dirty" and therefore update them when save() is called.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:828
        public full_outer_join($table, $constraint, $table_alias = NULL)
        Add an FULL OUTER JOIN souce to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1099
        public get($key)
        Return the value of a property of this object (database row)
        or null if not present.
        
        If a column-names array is passed, it will return a associative array
        with the value of each column or null if it is not present.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1953
        public group_by($column_name)
        Add a column to the list of columns to GROUP BY
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1500
        public group_by_expr($expr)
        Add an unquoted expression to the list of columns to GROUP BY
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1509
        public having($column_name, $value = NULL)
        Add a HAVING column = value clause to your query. Each time
        this is called in the chain, an additional HAVING will be
        added, and these will be ANDed together when the final query
        is built.
        
        If you use an array in $column_name, a new clause will be
        added for each element. In this case, $value is ignored.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1523
        public having_equal($column_name, $value = NULL)
        More explicitly named version of for the having() method.
        Can be used if preferred.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1531
        public having_gt($column_name, $value = NULL)
        Add a HAVING ... > clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1571
        public having_gte($column_name, $value = NULL)
        Add a HAVING ... >= clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1585
        public having_id_is($id)
        Special method to query the table by its primary key.
        
        If primary key is compound, only the columns that
        belong to they key will be used for the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1548
        public having_in($column_name, $values = NULL)
        Add a HAVING ... IN clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1599
        public having_like($column_name, $value = NULL)
        Add a HAVING ... LIKE clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1557
        public having_lt($column_name, $value = NULL)
        Add a HAVING ... < clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1578
        public having_lte($column_name, $value = NULL)
        Add a HAVING ... <= clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1592
        public having_not_equal($column_name, $value = NULL)
        Add a HAVING column != value clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1538
        public having_not_in($column_name, $values = NULL)
        Add a HAVING ... NOT IN clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1606
        public having_not_like($column_name, $value = NULL)
        Add where HAVING ... NOT LIKE clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1564
        public having_not_null($column_name)
        Add a HAVING column IS NOT NULL clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1620
        public having_null($column_name)
        Add a HAVING column IS NULL clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1613
        public having_raw($clause, $parameters = array())
        Add a raw HAVING clause to the query. The clause should
        contain question mark placeholders, which will be bound
        to the parameters supplied in the second argument.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1629
        public hydrate($data = array())
        This method can be called to hydrate (populate) this
        instance of the class from an associative array of data.
        This will usually be called only from inside the class,
        but it's public in case you need to call it directly.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:819
        public id($disallow_null = false)
        Get the primary key ID of this object.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1982
        public inner_join($table, $constraint, $table_alias = NULL)
        Add an INNER JOIN souce to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1078
        public is_dirty($key)
        Check whether the given field has been changed since this
        object was saved.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2050
        public is_new() -> bool
        Check whether the model was the result of a call to create() or not
        @return bool
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2058
        public join($table, $constraint, $table_alias = NULL)
        Add a simple JOIN source to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1071
        public left_outer_join($table, $constraint, $table_alias = NULL)
        Add a LEFT OUTER JOIN souce to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1085
        public limit($limit)
        Add a LIMIT to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1453
        public max($column)
        Tell the ORM that you wish to execute a MAX query.
        Will return the max value of the choosen column.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:753
        public min($column)
        Tell the ORM that you wish to execute a MIN query.
        Will return the min value of the choosen column.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:761
        public offset($offset)
        Add an OFFSET to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1461
        public offsetExists($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2210
        public offsetGet($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2214
        public offsetSet($key, $value)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2218
        public offsetUnset($key)
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2225
        public order_by_asc($column_name)
        Add an ORDER BY column ASC clause
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1485
        public order_by_desc($column_name)
        Add an ORDER BY column DESC clause
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1478
        public order_by_expr($clause)
        Add an unquoted expression as an ORDER BY clause
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1492
        public raw_join($table, $constraint, $table_alias, $parameters = array())
        Add a RAW JOIN source to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1047
        public raw_query($query, $parameters = array())
        Perform a raw query. The query can contain placeholders in
        either named or question mark style. If placeholders are
        used, the parameters should be an array of values which will
        be bound to the placeholders in the query. If this method
        is called, all other query building methods will be ignored.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:840
        public right_outer_join($table, $constraint, $table_alias = NULL)
        Add an RIGHT OUTER JOIN souce to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1092
        public save()
        Save any fields which have been modified on this object
        to the database.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2066
        public select($column, $alias = NULL)
        Add a column to the list of columns returned by the SELECT
        query. This defaults to '*'. The second optional argument is
        the alias to return the column as.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:891
        public select_expr($expr, $alias = NULL)
        Add an unquoted expression to the list of columns returned
        by the SELECT query. The second optional argument is
        the alias to return the column as.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:901
        public select_many() -> \ORM
        Add columns to the list of columns returned by the SELECT
        query. This defaults to '*'. Many columns can be supplied
        as either an array or as a list of parameters to the method.
        
        Note that the alias must not be numeric - if you want a
        numeric alias then prepend it with some alpha chars. eg. a1
        
        @example select_many(array('alias' => 'column', 'column2', 'alias2' => 'column3'), 'column4', 'column5');
        @example select_many('column', 'column2', 'column3');
        @example select_many(array('column', 'column2', 'column3'), 'column4', 'column5');
        
        @return \ORM
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:919
        public select_many_expr() -> \ORM
        Add an unquoted expression to the list of columns returned
        by the SELECT query. Many columns can be supplied as either
        an array or as a list of parameters to the method.
        
        Note that the alias must not be numeric - if you want a
        numeric alias then prepend it with some alpha chars. eg. a1
        
        @example select_many_expr(array('alias' => 'column', 'column2', 'alias2' => 'column3'), 'column4', 'column5')
        @example select_many_expr('column', 'column2', 'column3')
        @example select_many_expr(array('column', 'column2', 'column3'), 'column4', 'column5')
        
        @return \ORM
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:947
        public set($key, $value = NULL)
        Set a property to a particular value on this object.
        To set multiple properties at once, pass an associative array
        as the first parameter and leave out the second parameter.
        Flags the properties as 'dirty' so they will be saved to the
        database when save() is called.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2007
        public set_expr($key, $value = NULL)
        Set a property to a particular value on this object.
        To set multiple properties at once, pass an associative array
        as the first parameter and leave out the second parameter.
        Flags the properties as 'dirty' so they will be saved to the
        database when save() is called.
        @param string|array $key
        @param string|null $value
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2020
        public sum($column)
        Tell the ORM that you wish to execute a SUM query.
        Will return the sum of the choosen column.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:777
        public table_alias($alias)
        Add an alias for the main table to be used in SELECT queries
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:850
        public use_id_column($id_column)
        Specify the ID column to use for this instance or array of instances only.
        This overrides the id_column and id_column_overrides settings.
        
        This is mostly useful for libraries built on top of Idiorm, and will
        not normally be used in manually built queries. If you don't know why
        you would want to use this, you should probably just ignore it.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:655
        public where($column_name, $value = NULL)
        Add a WHERE column = value clause to your query. Each time
        this is called in the chain, an additional WHERE will be
        added, and these will be ANDed together when the final query
        is built.
        
        If you use an array in $column_name, a new clause will be
        added for each element. In this case, $value is ignored.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1291
        public where_any_is($values, $operator = =)
        Allows adding a WHERE clause that matches any of the conditions
        specified in the array. Each element in the associative array will
        be a different condition, where the key will be the column name.
        
        By default, an equal operator will be used against all columns, but
        it can be overriden for any or every column using the second parameter.
        
        Each condition will be ORed together when added to the final query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1332
        public where_equal($column_name, $value = NULL)
        More explicitly named version of for the where() method.
        Can be used if preferred.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1299
        public where_gt($column_name, $value = NULL)
        Add a WHERE ... > clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1388
        public where_gte($column_name, $value = NULL)
        Add a WHERE ... >= clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1402
        public where_id_in($ids)
        Similar to where_id_is() but allowing multiple primary keys.
        
        If primary key is compound, only the columns that
        belong to they key will be used for the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1365
        public where_id_is($id)
        Special method to query the table by its primary key
        
        If primary key is compound, only the columns that
        belong to they key will be used for the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1316
        public where_in($column_name, $values)
        Add a WHERE ... IN clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1416
        public where_like($column_name, $value = NULL)
        Add a WHERE ... LIKE clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1374
        public where_lt($column_name, $value = NULL)
        Add a WHERE ... < clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1395
        public where_lte($column_name, $value = NULL)
        Add a WHERE ... <= clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1409
        public where_not_equal($column_name, $value = NULL)
        Add a WHERE column != value clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1306
        public where_not_in($column_name, $values)
        Add a WHERE ... NOT IN clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1423
        public where_not_like($column_name, $value = NULL)
        Add where WHERE ... NOT LIKE clause to your query.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1381
        public where_not_null($column_name)
        Add a WHERE column IS NOT NULL clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1437
        public where_null($column_name)
        Add a WHERE column IS NULL clause to your query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1430
        public where_raw($clause, $parameters = array())
        Add a raw WHERE clause to the query. The clause should
        contain question mark placeholders, which will be bound
        to the parameters supplied in the second argument.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1446
        protected static _cache_query_result($cache_key, $value, $table_name = NULL, $connection_name = default)
        Add the given value to the query cache.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1880
        protected static _check_query_cache($cache_key, $table_name = NULL, $connection_name = default)
        Check the query cache for the given cache key. If a value
        is cached for the key, return the value. Otherwise, return false.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1858
        protected static _create_cache_key($query, $parameters, $table_name = NULL, $connection_name = default)
        Create a cache key for the given query and parameters.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1845
        protected static _detect_identifier_quote_character($connection_name) -> string
        Return the correct character used to quote identifiers (table
        names, column names etc) by looking at the driver being used by PDO.
        @param string $connection_name Which connection to use
        @return string
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:403
        protected static _detect_limit_clause_style($connection_name) -> string Limit clause style keyword/constant
        Returns a constant after determining the appropriate limit clause
        style
        @param string $connection_name Which connection to use
        @return string Limit clause style keyword/constant
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:426
        protected static _execute($query, $parameters = array(), $connection_name = default) -> bool Response of PDOStatement::execute()
        Internal helper method for executing statments. Logs queries, and
        stores statement object in ::_last_statment, accessible publicly
        through ::get_last_statement()
        @param string $query
        @param array $parameters An array of parameters to be bound in to the query
        @param string $connection_name Which connection to use
        @return bool Response of PDOStatement::execute()
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:484
        protected static _log_query($query, $parameters, $connection_name, $query_time) -> bool
        Add a query to the internal query log. Only works if the
        'logging' config option is set to true.
        
        This works by manually binding the parameters to the query - the
        query isn't executed like this (PDO normally passes the query and
        parameters to the database which takes care of the binding) but
        doing it this way makes the logged queries more readable.
        @param string $query
        @param array $parameters An array of parameters to be bound in to the query
        @param string $connection_name Which connection to use
        @param float $query_time Query time
        @return bool
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:523
        protected static _setup_db($connection_name = default)
        Set up the database connection used by the class
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:319
        protected static _setup_db_config($connection_name)
        Ensures configuration (multiple connections) is at least set to default.
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:340
        protected static _setup_identifier_quote_character($connection_name)
        Detect and initialise the character used to quote identifiers
        (table names, column names etc). If this has been specified
        manually using ORM::configure('identifier_quote_character', 'some-char'),
        this will do nothing.
        @param string $connection_name Which connection to use
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:377
        protected __construct($table_name, $data = array(), $connection_name = default)
        "Private" constructor; shouldn't be called directly.
        Use the ORM::for_table factory method instead.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:623
        protected _add_condition($type, $fragment, $values = array())
        Internal method to add a HAVING or WHERE condition to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1196
        protected _add_having($fragment, $values = array())
        Internal method to add a HAVING condition to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1106
        protected _add_join_source($join_operator, $table, $constraint, $table_alias = NULL)
        Internal method to add a JOIN source to the query.
        
        The join_operator should be one of INNER, LEFT OUTER, CROSS etc - this
        will be prepended to JOIN.
        
        The table should be the name of the table to join to.
        
        The constraint may be either a string or an array with three elements. If it
        is a string, it will be compiled into the query as-is, with no escaping. The
        recommended way to supply the constraint is as an array with three elements:
        
        first_column, operator, second_column
        
        Example: array('user.id', '=', 'profile.user_id')
        
        will compile to
        
        ON `user`.`id` = `profile`.`user_id`
        
        The final (optional) argument specifies an alias for the joined table.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1020
        protected _add_order_by($column_name, $ordering)
        Add an ORDER BY clause to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1469
        protected _add_result_column($expr, $alias = NULL)
        Internal method to add an unquoted expression to the set
        of columns returned by the SELECT query. The second optional
        argument is the alias to return the expression as.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:860
        protected _add_simple_condition($type, $column_name, $separator, $value)
        Helper method to compile a simple COLUMN SEPARATOR VALUE
        style HAVING or WHERE condition into a string and value ready to
        be passed to the _add_condition method. Avoids duplication
        of the call to _quote_identifier
        
        If column_name is an associative array, it will add a condition for each column
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1216
        protected _add_simple_having($column_name, $separator, $value)
        Internal method to add a HAVING condition to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1113
        protected _add_simple_where($column_name, $separator, $value)
        Internal method to add a WHERE condition to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1158
        protected _add_where($fragment, $values = array())
        Internal method to add a WHERE condition to the query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1151
        protected _build_conditions($type) -> string
        Build a WHERE or HAVING clause
        @param string $type
        @return string
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1723
        protected _build_group_by()
        Build GROUP BY
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1711
        protected _build_having()
        Build the HAVING clause(s)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1704
        protected _build_insert()
        Build an INSERT query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2162
        protected _build_join()
        Build the JOIN sources
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1686
        protected _build_limit()
        Build LIMIT
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1752
        protected _build_offset()
        Build OFFSET
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1769
        protected _build_order_by()
        Build ORDER BY
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1742
        protected _build_select()
        Build a SELECT statement based on the clauses that have
        been passed to this instance by chaining method calls.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1637
        protected _build_select_start()
        Build the start of the SELECT statement
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1662
        protected _build_update()
        Build an UPDATE query
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2143
        protected _build_where()
        Build the WHERE clause(s)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1697
        protected _call_aggregate_db_function($sql_function, $column) -> int
        Execute an aggregate query on the current connection.
        @param string $sql_function The aggregate function to call eg. MIN, COUNT, etc
        @param string $column The column to execute the aggregate query against
        @return int
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:787
        protected _create_instance_from_row($row)
        Create an ORM instance from the given row (an associative
        array of data fetched from the database)
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:664
        protected _create_placeholders($fields)
        Return a string containing the given number of question marks,
        separated by commas. Eg "?, ?, ?"
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1240
        protected _find_many() -> array
        Tell the ORM that you are expecting multiple results
        from your query, and execute it. Will return an array
        of instances of the ORM class, or an empty array if
        no rows were returned.
        @return array
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:715
        protected _get_compound_id_column_values($value)
        Helper method that filters a column/value array returning only those
        columns that belong to a compound primary key.
        
        If the key contains a column that does not exist in the given array,
        a null value will be returned for it.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1262
        protected _get_compound_id_column_values_array($values)
        Helper method that filters an array containing compound column/value
        arrays.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1274
        protected _get_id_column_name()
        Return the name of the column in the database table which contains
        the primary key ID of the row.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1969
        protected _join_if_not_empty($glue, $pieces)
        Wrapper around PHP's join function which
        only adds the pieces if they are not empty.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1784
        protected _normalise_select_many_columns($columns) -> array
        Take a column specification for the select many methods and convert it
        into a normalised array of columns and aliases.
        
        It is designed to turn the following styles into a normalised array:
        
        array(array('alias' => 'column', 'column2', 'alias2' => 'column3'), 'column4', 'column5'))
        
        @param array $columns
        @return array
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:972
        protected _quote_identifier($identifier)
        Quote a string that is used as an identifier
        (table names, column names etc) or an array containing
        multiple identifiers. This method can also deal with
        dot-separated identifiers eg table.column
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1814
        protected _quote_identifier_part($part)
        This method performs the actual quoting of a single
        part of an identifier, using the identifier quote
        character specified in the config (or autodetected).
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1828
        protected _quote_one_identifier($identifier)
        Quote a string that is used as an identifier
        (table names, column names etc). This method can
        also deal with dot-separated identifiers eg table.column
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1802
        protected _run()
        Execute the SELECT query that has been built up by chaining methods
        on this class. Return an array of rows as associative arrays.
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1893
        protected _set_orm_property($key, $value = NULL, $expr = false)
        Set a property on the ORM object.
        @param string|array $key
        @param string|null $value
        @param bool $raw Whether this value should be treated as raw or not
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:2030
        private _reset_idiorm_state()
        Reset the Idiorm instance state
        
        Defined in <ROOT>/include/vendor/j4mie/idiorm/idiorm.php:1926
      • protected $_default_config :: array(14)
        'connection_string' => string(15) "sqlite::memory:"
        'id_column' => string(2) "id"
        'id_column_overrides' => array(0)
        'error_mode' => integer2
        'username' => NULL
        'password' => NULL
        'driver_options' => NULL
        'identifier_quote_character' => NULL
        'limit_clause_style' => NULL
        'logging' => boolFALSE
        'logger' => NULL
        'caching' => boolFALSE
        'caching_auto_clear' => boolFALSE
        'return_result_sets' => boolFALSE
        protected $_config :: array(1)
        'default' => array(15)
        'connection_string' => string(64) "mysql:host=amberline.eu.mysql.dhosting.pl;dbname=poh7ah_amberlin"
        'id_column' => string(2) "id"
        'id_column_overrides' => array(0)
        'error_mode' => integer2
        'username' => string(15) "tie3ie_amberlin"
        'password' => string(12) "aiYahTie9eiB"
        'driver_options' => array(1)
        '1002' => string(14) "SET NAMES utf8"
        'identifier_quote_character' => string(1) "`"
        'limit_clause_style' => string(5) "limit"
        'logging' => boolTRUE
        'logger' => NULL
        'caching' => boolTRUE
        'caching_auto_clear' => boolTRUE
        'return_result_sets' => boolFALSE
        'driver' => string(17) "PDODatabaseDriver"
        protected $_db :: array(1)
        'default' => PDO(0)
        protected $_last_query :: string(91) "SELECT * FROM `photos` WHERE `type` = 'categories' AND `type_id` = '66' ORDER BY…"
        SELECT * FROM `photos` WHERE `type` = 'categories' AND `type_id` = '66' ORDER BY `sort` ASC
        protected $_query_log :: array(1)
        'default' => array(11)
        string(96) "SELECT * FROM `configs` WHERE (`code` = '' OR `code` = '' OR `code` IS NULL) ORD…"
        SELECT * FROM `configs` WHERE (`code` = '' OR `code` = '' OR `code` IS NULL) ORDER BY `sort` ASC
        string(207) "SELECT `lc`.*, `l`.* FROM `langs` `l` JOIN `langs_countries` `lc` ON `lc`.`count…"
        SELECT `lc`.*, `l`.* FROM `langs` `l` JOIN `langs_countries` `lc` ON `lc`.`country_code` = `l`.`country_code` WHERE `lc`.`domains` LIKE '%www.amberline.eu%' ORDER BY `l`.`order` ASC, `lc`.`order` ASC LIMIT 1
        string(276) "SELECT `lc`.*, `l`.* FROM `langs` `l` JOIN `langs_countries` `lc` ON `lc`.`count…"
        SELECT `lc`.*, `l`.* FROM `langs` `l` JOIN `langs_countries` `lc` ON `lc`.`country_code` = `l`.`country_code` WHERE `l`.`code` = 'ie' AND `l`.`status` = '1' AND `lc`.`status` = '1' AND `lc`.`domains` LIKE '%www.amberline.eu%' ORDER BY `l`.`order` ASC, `lc`.`order` ASC LIMIT 1
        string(175) "SELECT * FROM `langs_translates` `lt` JOIN `langs_keys` `lk` ON `lk`.`id` = `lt`…"
        SELECT * FROM `langs_translates` `lt` JOIN `langs_keys` `lk` ON `lk`.`id` = `lt`.`key_id` JOIN `langs_groups` `lg` ON `lg`.`id` = `lk`.`group_id` WHERE `lt`.`lang_code` = 'ie'
        string(98) "SELECT * FROM `configs` WHERE (`code` = '' OR `code` = 'ie' OR `code` IS NULL) O…"
        SELECT * FROM `configs` WHERE (`code` = '' OR `code` = 'ie' OR `code` IS NULL) ORDER BY `sort` ASC
        string UTF-8(66) "SELECT * FROM `langs_groups` WHERE `group_name` = 'Moduły' LIMIT 1"
        string(83) "SELECT * FROM `langs_keys` WHERE `key_name` = 'Sekcja' AND `group_id` = '1' LIMI…"
        SELECT * FROM `langs_keys` WHERE `key_name` = 'Sekcja' AND `group_id` = '1' LIMIT 1
        string(86) "SELECT * FROM `langs_translates` WHERE `lang_code` = 'pl' AND `key_id` = '285' L…"
        SELECT * FROM `langs_translates` WHERE `lang_code` = 'pl' AND `key_id` = '285' LIMIT 1
        string(95) "SELECT * FROM `redirects` WHERE 'ie/contact/departments/it-department.html' LIKE…"
        SELECT * FROM `redirects` WHERE 'ie/contact/departments/it-department.html' LIKE `find` LIMIT 1
        string(93) "SELECT * FROM `categories` WHERE `code` = 'ie' ORDER BY `code` ASC, `kolejnosc` …"
        SELECT * FROM `categories` WHERE `code` = 'ie' ORDER BY `code` ASC, `kolejnosc` ASC, `id` ASC
        string(91) "SELECT * FROM `photos` WHERE `type` = 'categories' AND `type_id` = '66' ORDER BY…"
        SELECT * FROM `photos` WHERE `type` = 'categories' AND `type_id` = '66' ORDER BY `sort` ASC
        protected $_query_cache :: array(1)
        'default' => array(11)
        '047bf385fb762f4159b25b7d846ce86e39dcdfc7' => array(23)
         idsortgroup_idcodekeyvaluedescriptionplaceholdertypeserializedrequiredsecure
        #1"1""0""0"NULL"robots""Disallow: /amberline/flipbook* Disallow: /flipbook* Disallow: /polityka-cookies.html Disallow: /polityka-rodo.html Disallow: /en/cookies-policy-2.html Disallow: /en/gdpr-policy.html Disallow: /de/cookie-richtlinien.html Disallow: /de/dsgvo-politik.html Disallow: /it/politica-sui-cookie-2.html Disallow: /it/politica-di-gdpr.html Disallow: /se/cookies-policy-2.html Disallow: /se/webbplatskarta-2.html Disallow: /no/cookies-policy-2.html Disallow: /no/nettstedskart-2.html Disallow: /fr/polityka-cookies-2.html Disallow: /fr/polityka-rodo-2.html Disallow: dealer.amberline.eu*""Roboty"NULL"textarea""0""0""1"
        #2"29""3""1"NULL"antispam""1""Ochrona antyspamowa""""checkbox""0""0""1"
        #3"260""4""1"NULL"GOOGLE_ANALITICS_API_ID""""Google Analitics API ID""""text""0""0""0"
        #4"521""6""1"NULL"gmaps_apikey""AIzaSyD6e0m390BSGq2I-Ra5Ov7jroT1lT6CW90""Klucz API Google Maps""""text""0""1""1"
        #5"261""7""1"NULL"allowed_ip""""Dozwolone adresy IP (gdy serwis jest tymczasowo zablokowany)""Oddzielone średnikiem""text""0""0""1"
        #6"262""8""1"NULL"service_off_plug""&lt;h1&gt;Przepraszamy&lt;/h1&gt; &lt;p&gt;Strona chwilowo niedostępna. Proszę odświeżyć za chwilę.&lt;/p&gt; &lt;p&gt;W razie problem&amp;oacute;w prosimy o kontakt: email@intellect.pl&lt;/p&gt; ""Zaślepka""""ckeditor_full""0""0""1"
        #7"16""12""3"NULL"watermark_title""""Znak wodny"NULL"label""0""0""1"
        #8"17""17""3"NULL"watermark""""Obrazek"NULL"ckfinder-file""0""0""1"
        #9"18""18""3"NULL"watermark_position""a:2:{i:0;s:12:"bottom right";i:1;s:0:"";}""Pozycja"NULL"wm_position""1""0""1"
        #10"654""19""3"NULL"muted_video""1""Wycisz wideo na stronie gł&oacute;wnej""""checkbox""0""0""0"
        #11"522""26""4"NULL"email_career""kadry@amberline.eu""Adres e-mail dla ofert pracy""""email""0""1""1"
        #12"655""27""4"NULL"nip_number"" &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; ""Numer NIP""""text""0""0""1"
        #13"36""28""20"NULL"send_mail_force_label""0""Wymuszenie odbiorcy wszystkich wiadmości e-mail <small>(opcja dla testera)</small>"NULL"label""0""0""1"
        #14"23""29""9"NULL"show_alerts""1""Potwierdzenia operacji"NULL"checkbox""0""0""1"
        #15"25""33""20"NULL"debug""1""Debugowanie"NULL"checkbox""0""0""1"
        #16"26""34""20"NULL"report""1""Raport w tabelce"NULL"checkbox""0""0""1"
        #17"24""35""20"NULL"twig_cache""0""Cache szablonów Twig-a"NULL"checkbox""0""0""1"
        #18"27""36""20"NULL"minifyHTML""0""Kompresja HTML""""checkbox""0""0""1"
        #19"28""37""20"NULL"liveEdit""1""Edycja treści na żywo""""checkbox""0""0""1"
        #20"37""38""20"NULL"send_mail_force_to_status""0""Wymuszony odbiorca - status"NULL"checkbox""0""0""1"
        #21"38""39""20"NULL"send_mail_force_to""grzesiektestowe@gmail.com""Wymuszony odbiorca - email""""email""0""0""1"
        #22"151""40""20"NULL"theme_color""#006940""Kolor tematu (HEX)""""text""0""1""1"
        #23"152""41""20"NULL"theme_color_text""#FFFFFF""Kolor tekstu (HEX)""""text""0""1""1"
        'e703121288e1c916d1176dd26cfd6e77b852e75b' => array(1)
        array(8)
        'id' => string(1) "1"
        'country_code' => string(2) "pl"
        'status' => string(1) "1"
        'order' => string(1) "1"
        'domains' => string(35) "intellect1.home.pl,www.amberline.eu"
        'redirect' => string(0) ""
        'code' => string(2) "pl"
        'lang_code' => string(2) "pl"
        'c1ff3a6a1fc2a4c8b7dfdbd077a20046eb08f1ed' => array(1)
        array(8)
        'id' => string(2) "13"
        'country_code' => string(2) "ie"
        'status' => string(1) "1"
        'order' => string(1) "9"
        'domains' => string(35) "intellect1.home.pl,www.amberline.eu"
        'redirect' => string(0) ""
        'code' => string(2) "ie"
        'lang_code' => string(2) "ie"
        '02bfbcbaee9ac0794b5c96bcec25803dc375a3e8' => array(643)
         idkey_idlang_codetranslategroup_idkey_namegroup_name
        #1"6""230""ie""We're sorry, the page could not be found""6""Niestety nie znaleziono strony""404"
        #2"6""231""ie""You will be redirected to the home page""6""Za chwilę nastąpi przekierowanie na stronę gł&oacute;wną""404"
        #3"22""605""ie""Return to the page""22""Powr&oacute;t do strony""Flipbook"
        #4"22""606""ie""Download the catalogue in PDF""22""Pobierz katalog w PDF""Flipbook"
        #5"22""607""ie""Type what you're looking for...""22""Wpisz czego szukasz...""Flipbook"
        #6"22""612""ie""of""22""z""Flipbook"
        #7"22""645""ie""Back""22""Powr&oacute;t""Flipbook"
        #8"8""378""ie""Your message has been sent""8""Wiadomość została wysłana""Formularze"
        #9"8""565""ie""The form contains errors &ndash; please check and try again""8""Formularz zawiera błędy - sprawdź o co chodzi i spr&oacute;buj ponownie""Formularze"
        #10"21""601""ie""This website uses cookies to help us give you the best experience when you visit.""21""Ta strona używa ciasteczek (cookies), dzięki kt&oacute;rym nasz serwis może działać lepiej.""Info o cookies"
        #11"21""602""ie""I understand""21""Rozumiem""Info o cookies"
        #12"21""603""ie""Additional information""21""Więcej informacji""Info o cookies"
        #13"21""604""ie""en/cookies-policy-2.html""21""link""Info o cookies"
        #14"21""697""ie""en/cookies-policy-2.html""21""http://wszystkoociasteczkach.pl/""Info o cookies"
        #15"4""56""ie""Witaj w panelu administracyjnym!""4""Witaj w panelu administracyjnym!""Komunikaty"
        #16"4""175""ie""Nie znaleziono kategorii""4""Nie znaleziono kategorii""Komunikaty"
        #17"4""229""ie""Tryb podglądu""4""Tryb podglądu""Komunikaty"
        #18"4""232""ie""Zapisano zmiany""4""Zapisano zmiany""Komunikaty"
        #19"4""264""ie""Przeciągnij i upuść obrazki aby je posortować""4""Przeciągnij i upuść obrazki aby je posortować""Komunikaty"
        #20"4""283""ie""Zmieniono adres URL - utworzono przekierowanie""4""Zmieniono adres URL - utworzono przekierowanie""Komunikaty"
        #21"4""288""ie""Załadowano poprawnie plik(i)""4""Załadowano poprawnie plik(i)""Komunikaty"
        #22"4""289""ie""Przesłano niepoprawny typ pliku""4""Przesłano niepoprawny typ pliku""Komunikaty"
        #23"4""303""ie""Usunięto kategorię""4""Usunięto kategorię""Komunikaty"
        #24"4""304""ie""Zaktualizowano dane""4""Zaktualizowano dane""Komunikaty"
        #25"4""306""ie""Nie załadowano jeszcze obrazk&oacute;w""4""Nie załadowano jeszcze obrazk&oacute;w""Komunikaty"
        #26"4""314""ie""Osiągnięto maksymalną ilość obrazk&oacute;w""4""Osiągnięto maksymalną ilość obrazk&oacute;w""Komunikaty"
        #27"4""317""ie""Zaktualizowano widok""4""Zaktualizowano widok""Komunikaty"
        #28"4""318""ie""Zaktualizowano pomyślnie""4""Zaktualizowano pomyślnie""Komunikaty"
        #29"4""337""ie""Dodano kategorię""4""Dodano kategorię""Komunikaty"
        #30"4""338""ie""Edytowano kategorię""4""Edytowano kategorię""Komunikaty"
        #31"4""339""ie""Edytowano""4""Edytowano""Komunikaty"
        #32"4""340""ie""Automatyczny wpis przekierowania""4""Automatyczny wpis przekierowania""Komunikaty"
        #33"4""341""ie""Dodano wpis""4""Dodano wpis""Komunikaty"
        #34"4""342""ie""Edytowano ustawienia""4""Edytowano ustawienia""Komunikaty"
        #35"4""343""ie""Dodano slajd""4""Dodano slajd""Komunikaty"
        #36"4""344""ie""Zalogowano""4""Zalogowano""Komunikaty"
        #37"4""349""ie""Zaktualizowano kolejność""4""Zaktualizowano kolejność""Komunikaty"
        #38"4""351""ie""Usunięto wszystkie obrazki""4""Usunięto wszystkie obrazki""Komunikaty"
        #39"4""352""ie""Usunięto obrazek""4""Usunięto obrazek""Komunikaty"
        #40"4""354""ie""Usunięto wpis""4""Usunięto wpis""Komunikaty"
        #41"4""359""ie""Dodano język""4""Dodano język""Komunikaty"
        #42"4""360""ie""Dodano kraj""4""Dodano kraj""Komunikaty"
        #43"4""361""ie""Usunięto przekierowanie""4""Usunięto przekierowanie""Komunikaty"
        #44"4""364""ie""Dodano przekierowanie - seo""4""Dodano przekierowanie - seo""Komunikaty"
        #45"4""366""ie""Nie znaleziono aktywnego języka w tym kraju""4""Nie znaleziono aktywnego języka w tym kraju""Komunikaty"
        #46"4""388""ie""Uzupełnij poprawnie formularz""4""Uzupełnij poprawnie formularz""Komunikaty"
        #47"4""390""ie""Zapisano adres (newsletter)""4""Zapisano adres (newsletter)""Komunikaty"
        #48"4""397""ie""Nie można usunąć. Najpierw usuń podkategorie""4""Nie można usunąć. Najpierw usuń podkategorie""Komunikaty"
        #49"4""399""ie""Uzupełnij formularz poprawnymi danymi""4""Uzupełnij formularz poprawnymi danymi""Komunikaty"
        #50"4""400""ie""Usunięto język""4""Usunięto język""Komunikaty"
        #51"4""409""ie""Nie można duplikować danych""4""Nie można duplikować danych""Komunikaty"
        #52"4""414""ie""Uwaga! Wykryto duplikację adresu url. automatycznie dodano sufix""4""Uwaga! Wykryto duplikację adresu url. automatycznie dodano sufix""Komunikaty"
        #53"4""426""ie""Adres znajduje się już w bazie prenumerator&oacute;w""4""Adres znajduje się już w bazie prenumerator&oacute;w""Komunikaty"
        #54"4""427""ie""Aby aktywować musisz kliknąć linik wysłany na Tw&oacute;j adres e-mail""4""Aby aktywować musisz kliknąć linik wysłany na Tw&oacute;j adres e-mail""Komunikaty"
        #55"4""428""ie""Tw&oacute;j adres został dodany do bazy prenumerator&oacute;w!""4""Tw&oacute;j adres został dodany do bazy prenumerator&oacute;w!""Komunikaty"
        #56"4""429""ie""Adres nie został zapisany - sprawdź poprawność linku!""4""Adres nie został zapisany - sprawdź poprawność linku!""Komunikaty"
        #57"4""430""ie""Potwierdzono zapis do newslettera""4""Potwierdzono zapis do newslettera""Komunikaty"
        #58"4""431""ie""Usunięto adres (newsletter)""4""Usunięto adres (newsletter)""Komunikaty"
        #59"4""432""ie""Wysłano newsletter""4""Wysłano newsletter""Komunikaty"
        #60"4""433""ie""Zapisano list (newsletter)""4""Zapisano list (newsletter)""Komunikaty"
        #61"4""434""ie""Proszę wypełnić poprawnie pola""4""Proszę wypełnić poprawnie pola""Komunikaty"
        #62"4""444""ie""Edytowano zmienną językową""4""Edytowano zmienną językową""Komunikaty"
        #63"4""445""ie""Pomyślnie wyczyszczono cache""4""Pomyślnie wyczyszczono cache""Komunikaty"
        #64"4""446""ie""Pomyślnie wyczyszczono pliki""4""Pomyślnie wyczyszczono pliki""Komunikaty"
        #65"4""451""ie""Najpierw usuń języki tego kraju1""4""Najpierw usuń języki tego kraju""Komunikaty"
        #66"4""452""ie""Usunięto kraj""4""Usunięto kraj""Komunikaty"
        #67"4""457""ie""Nie znaleziono aktywnego języka w tym krajuuu""4""Nie znaleziono aktywnego języka w tym krajuuu""Komunikaty"
        #68"4""459""ie""Usunięto zmienną językową""4""Usunięto zmienną językową""Komunikaty"
        #69"4""460""ie""Dodano zmienną językową""4""Dodano zmienną językową""Komunikaty"
        #70"4""463""ie""Zapisano adres do newslettera - oczekuje na potwierdzenie""4""Zapisano adres do newslettera - oczekuje na potwierdzenie""Komunikaty"
        #71"4""464""ie""Usunięto list (newsletter)""4""Usunięto list (newsletter)""Komunikaty"
        #72"4""472""ie""Wpis przekierowania url już istnieje""4""Wpis przekierowania url już istnieje""Komunikaty"
        #73"4""477""ie""Usunięto slajd""4""Usunięto slajd""Komunikaty"
        #74"4""478""ie""Uwaga! Wykryto duplikację adresu url. Rekord może nie zostać wyświetlony""4""Uwaga! Wykryto duplikację adresu url. Rekord może nie zostać wyświetlony""Komunikaty"
        #75"4""494""ie""Pomyślnie dodano opcję""4""Pomyślnie dodano opcję""Komunikaty"
        #76"4""536""ie""Nie znaleziono akcji od wykonania""4""Nie znaleziono akcji od wykonania""Komunikaty"
        #77"4""543""ie""Zapisano %d rekord&oacute;w""4""Zapisano %d rekord&oacute;w""Komunikaty"
        #78"4""576""ie""Nie znaleziono rekordu""4""Nie znaleziono rekordu""Komunikaty"
        #79"4""611""ie""Hasło zostało zmienione""4""Hasło zostało zmienione""Komunikaty"
        #80"4""615""ie""Aby przywr&oacute;cić wybraną wersję zapisz zmiany""4""Aby przywr&oacute;cić wybraną wersję zapisz zmiany""Komunikaty"
        #81"4""617""ie""Nie można usunąć kategorii. Najpierw usuń wpisy""4""Nie można usunąć kategorii. Najpierw usuń wpisy""Komunikaty"
        #82"4""620""ie""Nie posiadasz odpowiednich uprawnień do tej akcji""4""Nie posiadasz odpowiednich uprawnień do tej akcji""Komunikaty"
        #83"4""633""ie""Wylogowano""4""Wylogowano""Komunikaty"
        #84"4""651""ie""Błędny format pliku. Proszę przesłać plik w formacie CSV.""4""Błędny format pliku. Proszę przesłać plik w formacie CSV.""Komunikaty"
        #85"4""652""ie""Zaimportowano tłumaczenia""4""Zaimportowano tłumaczenia""Komunikaty"
        #86"10""493""ie""Enter the phrase you are looking for...""10""Wpisz szukaną frazę...""Layout - top"
        #87"10""586""ie""Ambeline""10""alt logotype""Layout - top"
        #88"16""578""ie""Sweden""16""Szwecja""Lista kraj&oacute;w"
        #89"16""579""ie""Germany""16""Niemcy""Lista kraj&oacute;w"
        #90"16""580""ie""Poland""16""Polska""Lista kraj&oacute;w"
        #91"16""613""ie""Panama""16""Panama""Lista kraj&oacute;w"
        #92"16""614""ie""Afghanistan""16""Afganistan""Lista kraj&oacute;w"
        #93"16""621""ie""Italy""16""Włochy""Lista kraj&oacute;w"
        #94"16""626""ie""Switzerland""16""Szwajcaria""Lista kraj&oacute;w"
        #95"16""629""ie""Belgium""16""Belgia""Lista kraj&oacute;w"
        #96"16""669""ie""Ireland""16""Irlandia""Lista kraj&oacute;w"
        #97"16""701""ie""USA""16""Stany Zjednoczone""Lista kraj&oacute;w"
        #98"9""465""ie""TITLE""9""TITLE""META"
        #99"9""466""ie""DESCRIPTION""9""DESCRIPTION""META"
        #100"9""467""ie""KEYWORD""9""KEYWORD""META"
        #101"9""468""ie""IMAGE_URL""9""IMAGE_URL""META"
        #102"24""637""ie""Lut""24""Feb""Miesiące"
        #103"24""638""ie""Lis""24""Nov""Miesiące"
        #104"24""640""ie""Gru""24""Dec""Miesiące"
        #105"1""1""ie""Zawartość""1""Zawartość""Moduły"
        #106"1""2""ie""Konfiguracja""1""Konfiguracja""Moduły"
        #107"1""3""ie""Wstęp""1""Wstęp""Moduły"
        #108"1""4""ie""Zapisz zmiany""1""Zapisz zmiany""Moduły"
        #109"1""5""ie""Galeria""1""Galeria""Moduły"
        #110"1""6""ie""Historia""1""Historia""Moduły"
        #111"1""7""ie""Dodawanie / edycja kraju""1""Dodawanie / edycja kraju""Moduły"
        #112"1""8""ie""Kod kraju""1""Kod kraju""Moduły"
        #113"1""9""ie""Dwa znaki z alfabetu (bez poskich)""1""Dwa znaki z alfabetu (bez poskich)""Moduły"
        #114"1""10""ie""Dwuliterowy kod wykorzystywany głownie do wyświetlania odpowiedniej flagi""1""Dwuliterowy kod wykorzystywany głownie do wyświetlania odpowiedniej flagi""Moduły"
        #115"1""11""ie""Kody kraj&oacute;w wg. normy""1""Kody kraj&oacute;w wg. normy""Moduły"
        #116"1""12""ie""Strona otworzy się w nowej karcie""1""Strona otworzy się w nowej karcie""Moduły"
        #117"1""13""ie""Po wpisaniu odpowiedniego kodu, flaga dobierze się automatycznie""1""Po wpisaniu odpowiedniego kodu, flaga dobierze się automatycznie""Moduły"
        #118"1""14""ie""Domeny""1""Domeny""Moduły"
        #119"1""15""ie""Wprowadź nazwy domen po przecinku""1""Wprowadź nazwy domen po przecinku""Moduły"
        #120"1""16""ie""Np""1""Np""Moduły"
        #121"1""17""ie""Kraj i język będzie ustawiany jako domyślny dla podanych domen""1""Kraj i język będzie ustawiany jako domyślny dla podanych domen""Moduły"
        #122"1""18""ie""Przekierowanie""1""Przekierowanie""Moduły"
        #123"1""19""ie""Kolejność""1""Kolejność""Moduły"
        #124"1""20""ie""Liczby od 0 do 999""1""Liczby od 0 do 999""Moduły"
        #125"1""21""ie""Kolejność wyświetlania flag na stronie""1""Kolejność wyświetlania flag na stronie""Moduły"
        #126"1""22""ie""Aktywny""1""Aktywny""Moduły"
        #127"1""23""ie""Dodawanie / edycja języka""1""Dodawanie / edycja języka""Moduły"
        #128"1""24""ie""Kod języka""1""Kod języka""Moduły"
        #129"1""25""ie""Dwuliterowy kod wykorzystywany do ustawiania kodowania dokumentu, pobierania danych z bazy itp.""1""Dwuliterowy kod wykorzystywany do ustawiania kodowania dokumentu, pobierania danych z bazy itp.""Moduły"
        #130"1""26""ie""Przypisany do kraju""1""Przypisany do kraju""Moduły"
        #131"1""27""ie""Przypisuje język do danego kraju""1""Przypisuje język do danego kraju""Moduły"
        #132"1""28""ie""Wybierany sposr&oacute;d dostępnych kraj&oacute;w""1""Wybierany sposr&oacute;d dostępnych kraj&oacute;w""Moduły"
        #133"1""29""ie""Dzięki temu można stworzyć język, uzupełnić wersję językową w adminie.&lt;br/&gt;Po uzupełnieniu wystarczy to zaznaczyć, aby aktywować wersję językową na stronie.""1""Dzięki temu można stworzyć język, uzupełnić wersję językową w adminie.&lt;br/&gt;Po uzupełnieniu wystarczy to zaznaczyć, aby aktywować wersję językową na stronie.""Moduły"
        #134"1""30""ie""Dodawanie / edycja grupy""1""Dodawanie / edycja grupy""Moduły"
        #135"1""31""ie""Nazwa grupy""1""Nazwa grupy""Moduły"
        #136"1""32""ie""Języki i kraje""1""Języki i kraje""Moduły"
        #137"1""33""ie""Menu""1""Menu""Moduły"
        #138"1""34""ie""Aktualności""1""Aktualności""Moduły"
        #139"1""35""ie""Newsletter""1""Newsletter""Moduły"
        #140"1""36""ie""Sekcje""1""Sekcje""Moduły"
        #141"1""37""ie""SEO""1""SEO""Moduły"
        #142"1""38""ie""Strony edytowalne""1""Strony edytowalne""Moduły"
        #143"1""39""ie""Slajdy""1""Slajdy""Moduły"
        #144"1""40""ie""Dodawanie / edycja użytkownika""1""Dodawanie / edycja użytkownika""Moduły"
        #145"1""41""ie""Email""1""Email""Moduły"
        #146"1""42""ie""Hasło""1""Hasło""Moduły"
        #147"1""43""ie""Powt&oacute;rz hasło""1""Powt&oacute;rz hasło""Moduły"
        #148"1""44""ie""Imię""1""Imię""Moduły"
        #149"1""45""ie""Nazwisko""1""Nazwisko""Moduły"
        #150"1""46""ie""Użytkownicy""1""Użytkownicy""Moduły"
        #151"1""47""ie""Pracownicy""1""Pracownicy""Moduły"
        #152"1""68""ie""Legenda""1""Legenda""Moduły"
        #153"1""69""ie""Dodaj kategorię""1""Dodaj kategorię""Moduły"
        #154"1""70""ie""Wybierz menu do edycji""1""Wybierz menu do edycji""Moduły"
        #155"1""71""ie""Wybierz""1""Wybierz""Moduły"
        #156"1""72""ie""Elementy menu""1""Elementy menu""Moduły"
        #157"1""73""ie""Rozwiń wszystkie""1""Rozwiń wszystkie""Moduły"
        #158"1""74""ie""Zwiń wszystkie""1""Zwiń wszystkie""Moduły"
        #159"1""75""ie""Przywr&oacute;ć""1""Przywr&oacute;ć""Moduły"
        #160"1""76""ie""Dodaj element menu""1""Dodaj element menu""Moduły"
        #161"1""77""ie""Typ""1""Typ""Moduły"
        #162"1""78""ie""Trwa wczytywanie""1""Trwa wczytywanie""Moduły"
        #163"1""79""ie""Anuluj""1""Anuluj""Moduły"
        #164"1""80""ie""Języki""1""Języki""Moduły"
        #165"1""81""ie""Lp.""1""Lp.""Moduły"
        #166"1""82""ie""Flaga""1""Flaga""Moduły"
        #167"1""83""ie""Nazwa""1""Nazwa""Moduły"
        #168"1""84""ie""Kraj""1""Kraj""Moduły"
        #169"1""85""ie""Status""1""Status""Moduły"
        #170"1""86""ie""Opcje""1""Opcje""Moduły"
        #171"1""87""ie""język-pl""1""język-pl""Moduły"
        #172"1""88""ie""kraj-pl""1""kraj-pl""Moduły"
        #173"1""89""ie""Edytuj""1""Edytuj""Moduły"
        #174"1""90""ie""Usuń""1""Usuń""Moduły"
        #175"1""91""ie""Dodaj""1""Dodaj""Moduły"
        #176"1""92""ie""Kraje""1""Kraje""Moduły"
        #177"1""93""ie""Lista""1""Lista""Moduły"
        #178"1""94""ie""Słownik""1""Słownik""Moduły"
        #179"1""95""ie""Grupy""1""Grupy""Moduły"
        #180"1""96""ie""Wszystkie tłumaczenia""1""Wszystkie tłumaczenia""Moduły"
        #181"1""97""ie""Daniel""1""Daniel""Moduły"
        #182"1""98""ie""Komunikaty""1""Komunikaty""Moduły"
        #183"1""99""ie""Moduły""1""Moduły""Moduły"
        #184"1""100""ie""Panel""1""Panel""Moduły"
        #185"1""101""ie""Eksport""1""Eksport""Moduły"
        #186"1""102""ie""Eksport do pliku CSV""1""Eksport do pliku CSV""Moduły"
        #187"1""103""ie""Import z pliku CSV""1""Import z pliku CSV""Moduły"
        #188"1""104""ie""Kopia treści wersji językowych""1""Kopia treści wersji językowych""Moduły"
        #189"1""105""ie""Zapisz""1""Zapisz""Moduły"
        #190"1""106""ie""Typ widoku""1""Typ widoku""Moduły"
        #191"1""107""ie""Lista slajd&oacute;w""1""Lista slajd&oacute;w""Moduły"
        #192"1""108""ie""Miniaturka""1""Miniaturka""Moduły"
        #193"1""109""ie""Tytuł""1""Tytuł""Moduły"
        #194"1""110""ie""Data""1""Data""Moduły"
        #195"1""111""ie""Brak slajd&oacute;w""1""Brak slajd&oacute;w""Moduły"
        #196"1""112""ie""Dodaj slajd""1""Dodaj slajd""Moduły"
        #197"1""113""ie""Ustawienia""1""Ustawienia""Moduły"
        #198"1""114""ie""Konfiguracja serwisu""1""Konfiguracja serwisu""Moduły"
        #199"1""115""ie""Konfiguracja poczty""1""Konfiguracja poczty""Moduły"
        #200"1""116""ie""Media""1""Media""Moduły"
        #201"1""117""ie""Dane kontaktowe""1""Dane kontaktowe""Moduły"
        #202"1""118""ie""Inne""1""Inne""Moduły"
        #203"1""119""ie""Systemowe""1""Systemowe""Moduły"
        #204"1""120""ie""Ochrona antyspamowa""1""Ochrona antyspamowa""Moduły"
        #205"1""121""ie""Google Analitics API ID""1""Google Analitics API ID""Moduły"
        #206"1""122""ie""Dozwolone adresy IP (gdy serwis jest tymczasowo zablokowany)""1""Dozwolone adresy IP (gdy serwis jest tymczasowo zablokowany)""Moduły"
        #207"1""123""ie""Zaślepka""1""Zaślepka""Moduły"
        #208"1""124""ie""Dane są poprawne""1""Dane są poprawne""Moduły"
        #209"1""125""ie""Sprawdź poprawność""1""Sprawdź poprawność""Moduły"
        #210"1""126""ie""Obrazek""1""Obrazek""Moduły"
        #211"1""127""ie""Pozycja""1""Pozycja""Moduły"
        #212"1""128""ie""g&oacute;ra-lewa""1""g&oacute;ra-lewa""Moduły"
        #213"1""129""ie""g&oacute;ra-środek""1""g&oacute;ra-środek""Moduły"
        #214"1""130""ie""g&oacute;ra-prawa""1""g&oacute;ra-prawa""Moduły"
        #215"1""131""ie""środek-lewa""1""środek-lewa""Moduły"
        #216"1""132""ie""środek-środek""1""środek-środek""Moduły"
        #217"1""133""ie""środek-prawa""1""środek-prawa""Moduły"
        #218"1""134""ie""d&oacute;ł-lewa""1""d&oacute;ł-lewa""Moduły"
        #219"1""135""ie""d&oacute;ł-środek""1""d&oacute;ł-środek""Moduły"
        #220"1""136""ie""d&oacute;ł-prawa""1""d&oacute;ł-prawa""Moduły"
        #221"1""137""ie""Zmień""1""Zmień""Moduły"
        #222"1""138""ie""Potwierdzenia operacji""1""Potwierdzenia operacji""Moduły"
        #223"1""139""ie""Debugowanie""1""Debugowanie""Moduły"
        #224"1""140""ie""Raport w tabelce""1""Raport w tabelce""Moduły"
        #225"1""141""ie""Cache szablon&oacute;w Twig-a""1""Cache szablon&oacute;w Twig-a""Moduły"
        #226"1""142""ie""Kompresja HTML""1""Kompresja HTML""Moduły"
        #227"1""143""ie""Edycja treści na żywo""1""Edycja treści na żywo""Moduły"
        #228"1""144""ie""Wymuszony odbiorca - status""1""Wymuszony odbiorca - status""Moduły"
        #229"1""145""ie""Wymuszony odbiorca - email""1""Wymuszony odbiorca - email""Moduły"
        #230"1""146""ie""Kolor tematu (HEX)""1""Kolor tematu (HEX)""Moduły"
        #231"1""147""ie""Kolor tekstu (HEX)""1""Kolor tekstu (HEX)""Moduły"
        #232"1""148""ie""Brak""1""Brak""Moduły"
        #233"1""150""ie""Użycie:""1""Użycie:""Moduły"
        #234"1""151""ie""opcja konfigurowalna dla aktualnego języka""1""opcja konfigurowalna dla aktualnego języka""Moduły"
        #235"1""152""ie""widoczne tylko dla super admina""1""widoczne tylko dla super admina""Moduły"
        #236"1""153""ie""Dane strony""1""Dane strony""Moduły"
        #237"1""154""ie""Zmiana hasła""1""Zmiana hasła""Moduły"
        #238"1""155""ie""Raport""1""Raport""Moduły"
        #239"1""156""ie""Operacje""1""Operacje""Moduły"
        #240"1""160""ie""Wersja PHP""1""Wersja PHP""Moduły"
        #241"1""161""ie""Kodowanie znak&oacute;w""1""Kodowanie znak&oacute;w""Moduły"
        #242"1""162""ie""Maksymalny rozmiar przesłanych danych""1""Maksymalny rozmiar przesłanych danych""Moduły"
        #243"1""163""ie""Maksymalny rozmiar wysyłanego pliku""1""Maksymalny rozmiar wysyłanego pliku""Moduły"
        #244"1""164""ie""Rozmiar pamięci wirtualnej""1""Rozmiar pamięci wirtualnej""Moduły"
        #245"1""165""ie""Wolne miejsce na dysku""1""Wolne miejsce na dysku""Moduły"
        #246"1""166""ie""Maksymalny czas wykonywania skryptu""1""Maksymalny czas wykonywania skryptu""Moduły"
        #247"1""167""ie""Czas trwania sesji""1""Czas trwania sesji""Moduły"
        #248"1""168""ie""Aktualny czas serwera""1""Aktualny czas serwera""Moduły"
        #249"1""169""ie""Przybliżony czas odpowiedzi serwera""1""Przybliżony czas odpowiedzi serwera""Moduły"
        #250"1""170""ie""Pozostałe""1""Pozostałe""Moduły"
        #251"1""171""ie""Miniaturki i skompresowane obrazki""1""Miniaturki i skompresowane obrazki""Moduły"
        #252"1""172""ie""Wyczyść""1""Wyczyść""Moduły"
        #253"1""173""ie""Obrazki wygenerują się automatycznie""1""Obrazki wygenerują się automatycznie""Moduły"
        #254"1""174""ie""Cache twig-a""1""Cache twig-a""Moduły"
        #255"1""176""ie""Jeżeli nie widoczna, ukrywa kategorie przed generowaniem do menu na stronie""1""Jeżeli nie widoczna, ukrywa kategorie przed generowaniem do menu na stronie""Moduły"
        #256"1""177""ie""Aktywna""1""Aktywna""Moduły"
        #257"1""178""ie""Adres url""1""Adres url""Moduły"
        #258"1""179""ie""Link seo jest tworzony automatycznie""1""Link seo jest tworzony automatycznie""Moduły"
        #259"1""180""ie""Przekierowanie URL""1""Przekierowanie URL""Moduły"
        #260"1""181""ie""Przekierowanie na inny adres""1""Przekierowanie na inny adres""Moduły"
        #261"1""182""ie""Przekierowanie - podkategoria""1""Przekierowanie - podkategoria""Moduły"
        #262"1""183""ie""Przekierowanie na pierwszą, aktywną podkategorię""1""Przekierowanie na pierwszą, aktywną podkategorię""Moduły"
        #263"1""184""ie""Przekierowanie - wpis""1""Przekierowanie - wpis""Moduły"
        #264"1""185""ie""Przekierowanie do pierwszego, aktywnego wpisu""1""Przekierowanie do pierwszego, aktywnego wpisu""Moduły"
        #265"1""186""ie""zależne od modułu""1""zależne od modułu""Moduły"
        #266"1""187""ie""Klikalna""1""Klikalna""Moduły"
        #267"1""188""ie""Jeżeli kategoria jest nie klikalna, to nie tworzy linku do niej w menu na stronie""1""Jeżeli kategoria jest nie klikalna, to nie tworzy linku do niej w menu na stronie""Moduły"
        #268"1""189""ie""Nazwa zmiennej sekcji""1""Nazwa zmiennej sekcji""Moduły"
        #269"1""190""ie""opcjonalnie, jeśli używamy podmoduł&oacute;w danej sekcji""1""opcjonalnie, jeśli używamy podmoduł&oacute;w danej sekcji""Moduły"
        #270"1""191""ie""Klasa""1""Klasa""Moduły"
        #271"1""192""ie""Meta tagi""1""Meta tagi""Moduły"
        #272"1""194""ie""Priorytet""1""Priorytet""Moduły"
        #273"1""195""ie""domyślnie""1""domyślnie""Moduły"
        #274"1""196""ie""Zawsze""1""Zawsze""Moduły"
        #275"1""197""ie""Co godzinę""1""Co godzinę""Moduły"
        #276"1""198""ie""Codziennie""1""Codziennie""Moduły"
        #277"1""199""ie""Co tydzień""1""Co tydzień""Moduły"
        #278"1""200""ie""Co miesiąc""1""Co miesiąc""Moduły"
        #279"1""201""ie""Co rok""1""Co rok""Moduły"
        #280"1""202""ie""Nigdy""1""Nigdy""Moduły"
        #281"1""203""ie""Częstotliwość zmian""1""Częstotliwość zmian""Moduły"
        #282"1""204""ie""Opcje służą do generowania mapy strony""1""Opcje służą do generowania mapy strony""Moduły"
        #283"1""205""ie""Opis""1""Opis""Moduły"
        #284"1""206""ie""Słowa klucze""1""Słowa klucze""Moduły"
        #285"1""207""ie""Zapisz &amp; konfiguruj""1""Zapisz &amp; konfiguruj""Moduły"
        #286"1""208""ie""Zapisz &amp; edytuj""1""Zapisz &amp; edytuj""Moduły"
        #287"1""209""ie""Zapisz &amp; dodaj""1""Zapisz &amp; dodaj""Moduły"
        #288"1""210""ie""Dodano kategorię""1""Dodano kategorię""Moduły"
        #289"1""211""ie""Moduł""1""Moduł""Moduły"
        #290"1""212""ie""Link seo""1""Link seo""Moduły"
        #291"1""213""ie""PNazwa zmiennej sekcji""1""PNazwa zmiennej sekcji""Moduły"
        #292"1""214""ie""Obrazki""1""Obrazki""Moduły"
        #293"1""215""ie""Ustawienia kategorii""1""Ustawienia kategorii""Moduły"
        #294"1""216""ie""Lista rekord&oacute;w""1""Lista rekord&oacute;w""Moduły"
        #295"1""217""ie""Szukaj""1""Szukaj""Moduły"
        #296"1""218""ie""Podgląd""1""Podgląd""Moduły"
        #297"1""219""ie""Podgląd strony""1""Podgląd strony""Moduły"
        #298"1""220""ie""Dodaj nowy""1""Dodaj nowy""Moduły"
        #299"1""221""ie""Data dodania""1""Data dodania""Moduły"
        #300"1""222""ie""Brak wpis&oacute;w""1""Brak wpis&oacute;w""Moduły"
        #301"1""223""ie""Zapisz kolejność""1""Zapisz kolejność""Moduły"
        #302"1""224""ie""Aktywne""1""Aktywne""Moduły"
        #303"1""225""ie""Edycja""1""Edycja""Moduły"
        #304"1""226""ie""Kategorie""1""Kategorie""Moduły"
        #305"1""227""ie""Tytul""1""Tytul""Moduły"
        #306"1""228""ie""Aktualizuj kolejność""1""Aktualizuj kolejność""Moduły"
        #307"1""233""ie""Wybierz kategorię""1""Wybierz kategorię""Moduły"
        #308"1""234""ie""opcjonalnie""1""opcjonalnie""Moduły"
        #309"1""235""ie""domyślnie nazwa kategorii""1""domyślnie nazwa kategorii""Moduły"
        #310"1""236""ie""Otw&oacute;rz w nowym oknie""1""Otw&oacute;rz w nowym oknie""Moduły"
        #311"1""237""ie""Id typu""1""Id typu""Moduły"
        #312"1""238""ie""Nowe okno""1""Nowe okno""Moduły"
        #313"1""239""ie""Nie""1""Nie""Moduły"
        #314"1""240""ie""Tak""1""Tak""Moduły"
        #315"1""241""ie""Edytuj element menu""1""Edytuj element menu""Moduły"
        #316"1""242""ie""np.""1""np.""Moduły"
        #317"1""243""ie""Kontakt""1""Kontakt""Moduły"
        #318"1""244""ie""Link URL""1""Link URL""Moduły"
        #319"1""245""ie""Zapisano zmiany""1""Zapisano zmiany""Moduły"
        #320"1""246""ie""Szukaj...""1""Szukaj...""Moduły"
        #321"1""247""ie""Login""1""Login""Moduły"
        #322"1""248""ie""Nazwisko Imię""1""Nazwisko Imię""Moduły"
        #323"1""249""ie""Domyślny język""1""Domyślny język""Moduły"
        #324"1""250""ie""Grupa""1""Grupa""Moduły"
        #325"1""251""ie""Nie znaleziono wpis&oacute;w""1""Nie znaleziono wpis&oacute;w""Moduły"
        #326"1""252""ie""Lista pracownik&oacute;w""1""Lista pracownik&oacute;w""Moduły"
        #327"1""253""ie""Grupy i uprawnienia""1""Grupy i uprawnienia""Moduły"
        #328"1""254""ie""Uprawnienia""1""Uprawnienia""Moduły"
        #329"1""255""ie""Dodawanie""1""Dodawanie""Moduły"
        #330"1""256""ie""Usuwanie""1""Usuwanie""Moduły"
        #331"1""257""ie""Edycja ustawien""1""Edycja ustawien""Moduły"
        #332"1""258""ie""Zmiana hasla""1""Zmiana hasla""Moduły"
        #333"1""259""ie""404""1""404""Moduły"
        #334"1""260""ie""Aktualna kategoria""1""Aktualna kategoria""Moduły"
        #335"1""261""ie""Zapisz &amp; wr&oacute;ć""1""Zapisz &amp; wr&oacute;ć""Moduły"
        #336"1""262""ie""Dodaj obrazki""1""Dodaj obrazki""Moduły"
        #337"1""263""ie""Wybierz rolę""1""Wybierz rolę""Moduły"
        #338"1""265""ie""Wersje""1""Wersje""Moduły"
        #339"1""266""ie""Brak zapisanych wersji""1""Brak zapisanych wersji""Moduły"
        #340"1""267""ie""Wybierz opcję z menu""1""Wybierz opcję z menu""Moduły"
        #341"1""268""ie""Narzędzia google""1""Narzędzia google""Moduły"
        #342"1""269""ie""Przekierowania""1""Przekierowania""Moduły"
        #343"1""270""ie""Mapa strony""1""Mapa strony""Moduły"
        #344"1""271""ie""Roboty""1""Roboty""Moduły"
        #345"1""272""ie""META""1""META""Moduły"
        #346"1""273""ie""Tytuł strony""1""Tytuł strony""Moduły"
        #347"1""274""ie""Opis strony""1""Opis strony""Moduły"
        #348"1""275""ie""Suffix tytułu""1""Suffix tytułu""Moduły"
        #349"1""276""ie""Suffix opisu""1""Suffix opisu""Moduły"
        #350"1""277""ie""Klucze""1""Klucze""Moduły"
        #351"1""278""ie""Mapa stony""1""Mapa stony""Moduły"
        #352"1""279""ie""Mapa stony jest generowana automatycznie""1""Mapa stony jest generowana automatycznie""Moduły"
        #353"1""280""ie""Priorytety i częstotliwość zmian (priority/frequency) można zmienić przy edycji kategorii""1""Priorytety i częstotliwość zmian (priority/frequency) można zmienić przy edycji kategorii""Moduły"
        #354"1""281""ie""Podgląd XML""1""Podgląd XML""Moduły"
        #355"1""282""ie""Podgląd TXT""1""Podgląd TXT""Moduły"
        #356"1""284""ie""Google analitics""1""Google analitics""Moduły"
        #357"1""285""ie""sekcja""1""sekcja""Moduły"
        #358"1""286""ie""Google tag menager""1""Google tag menager""Moduły"
        #359"1""287""ie""Google verification code""1""Google verification code""Moduły"
        #360"1""290""ie""Opis...""1""Opis...""Moduły"
        #361"1""291""ie""Usuń zdjęcie""1""Usuń zdjęcie""Moduły"
        #362"1""292""ie""Rekord&oacute;w""1""Rekord&oacute;w""Moduły"
        #363"1""293""ie""strona""1""strona""Moduły"
        #364"1""294""ie""Data wysłania""1""Data wysłania""Moduły"
        #365"1""295""ie""Wysyłanie""1""Wysyłanie""Moduły"
        #366"1""296""ie""Brak list&oacute;w""1""Brak list&oacute;w""Moduły"
        #367"1""297""ie""Listy""1""Listy""Moduły"
        #368"1""298""ie""Szablon""1""Szablon""Moduły"
        #369"1""299""ie""Adresy""1""Adresy""Moduły"
        #370"1""300""ie""Do skopiowania""1""Do skopiowania""Moduły"
        #371"1""301""ie""Dodawanie listu""1""Dodawanie listu""Moduły"
        #372"1""302""ie""Treść""1""Treść""Moduły"
        #373"1""305""ie""Miniaturki""1""Miniaturki""Moduły"
        #374"1""307""ie""Powr&oacute;t do edycji""1""Powr&oacute;t do edycji""Moduły"
        #375"1""308""ie""Dodaj obrazek""1""Dodaj obrazek""Moduły"
        #376"1""309""ie""Plik""1""Plik""Moduły"
        #377"1""310""ie""Źr&oacute;dło obrazk&oacute;w""1""Źr&oacute;dło obrazk&oacute;w""Moduły"
        #378"1""311""ie""Wybierz źr&oacute;dło""1""Wybierz źr&oacute;dło""Moduły"
        #379"1""312""ie""Obrazki indywidualne dla aktualnej kategorii""1""Obrazki indywidualne dla aktualnej kategorii""Moduły"
        #380"1""313""ie""Linkuj""1""Linkuj""Moduły"
        #381"1""316""ie""Obrazki indywidualne dla aktualnego rekordu""1""Obrazki indywidualne dla aktualnego rekordu""Moduły"
        #382"1""319""ie""Adres""1""Adres""Moduły"
        #383"1""320""ie""IP""1""IP""Moduły"
        #384"1""321""ie""Data zapisania się na newslettera""1""Data zapisania się na newslettera""Moduły"
        #385"1""322""ie""Dodany""1""Dodany""Moduły"
        #386"1""323""ie""Brak adres&oacute;w""1""Brak adres&oacute;w""Moduły"
        #387"1""324""ie""Znajdź / przekieruj""1""Znajdź / przekieruj""Moduły"
        #388"1""325""ie""Znajdź""1""Znajdź""Moduły"
        #389"1""326""ie""Przekieruj""1""Przekieruj""Moduły"
        #390"1""327""ie""Podczas zmiany seo kategorii atomatycznie dodawany jest wpis przekierowania ze starego adresu na nowy""1""Podczas zmiany seo kategorii atomatycznie dodawany jest wpis przekierowania ze starego adresu na nowy""Moduły"
        #391"1""328""ie""Dodaj wpis""1""Dodaj wpis""Moduły"
        #392"1""329""ie""Wprowadź tylko część wyr&oacute;żnioną""1""Wprowadź tylko część wyr&oacute;żnioną""Moduły"
        #393"1""330""ie""Szukaj po nazwie""1""Szukaj po nazwie""Moduły"
        #394"1""331""ie""Filtruj pracownik&oacute;w""1""Filtruj pracownik&oacute;w""Moduły"
        #395"1""332""ie""Filtruj po dacie""1""Filtruj po dacie""Moduły"
        #396"1""333""ie""Filtruj po IP""1""Filtruj po IP""Moduły"
        #397"1""334""ie""Operacja""1""Operacja""Moduły"
        #398"1""335""ie""Dodatkowy opis""1""Dodatkowy opis""Moduły"
        #399"1""336""ie""Pracownik""1""Pracownik""Moduły"
        #400"1""345""ie""Wyczyść historię""1""Wyczyść historię""Moduły"
        #401"1""346""ie""Moduł ten łączy kolejne podkategorie sekcji. Ustal typ widoku""1""Moduł ten łączy kolejne podkategorie sekcji. Ustal typ widoku""Moduły"
        #402"1""347""ie""Jeżeli podkategorie sekcji nie są używane jako osobne widoki należy ustawić im status nieaktywny""1""Jeżeli podkategorie sekcji nie są używane jako osobne widoki należy ustawić im status nieaktywny""Moduły"
        #403"1""348""ie""Nieaktywne""1""Nieaktywne""Moduły"
        #404"1""350""ie""Usuń wszystko""1""Usuń wszystko""Moduły"
        #405"1""353""ie""Kolejność podkategorii""1""Kolejność podkategorii""Moduły"
        #406"1""355""ie""kraj-de""1""kraj-de""Moduły"
        #407"1""357""ie""język-de""1""język-de""Moduły"
        #408"1""363""ie""Brak lub ukryty element""1""Brak lub ukryty element""Moduły"
        #409"1""365""ie""Uwaga! Wszystkie zmiany będą widoczne także w oryginalnym źr&oacute;dle""1""Uwaga! Wszystkie zmiany będą widoczne także w oryginalnym źr&oacute;dle""Moduły"
        #410"1""367""ie""Szablony email""1""Szablony email""Moduły"
        #411"1""368""ie""Zmienne globalne do szablon&oacute;w""1""Zmienne globalne do szablon&oacute;w""Moduły"
        #412"1""369""ie""Nazwa serwisu""1""Nazwa serwisu""Moduły"
        #413"1""370""ie""Adres domeny""1""Adres domeny""Moduły"
        #414"1""371""ie""Pełny adres URL""1""Pełny adres URL""Moduły"
        #415"1""372""ie""Szablon E-MAIL""1""Szablon E-MAIL""Moduły"
        #416"1""373""ie""Dodatkowe zmienne szablonu""1""Dodatkowe zmienne szablonu""Moduły"
        #417"1""374""ie""Imię i nazwisko""1""Imię i nazwisko""Moduły"
        #418"1""375""ie""Nr tel.""1""Nr tel.""Moduły"
        #419"1""379""ie""Dane są niepoprawne""1""Dane są niepoprawne""Moduły"
        #420"1""380""ie""Lista %d aktywnych adres&oacute;w, kt&oacute;rą możemy skopiować do zewnętrznego programu.""1""Lista %d aktywnych adres&oacute;w, kt&oacute;rą możemy skopiować do zewnętrznego programu.""Moduły"
        #421"1""381""ie""Dodawanie adresu""1""Dodawanie adresu""Moduły"
        #422"1""382""ie""Operacja zakończona sukcesem""1""Operacja zakończona sukcesem""Moduły"
        #423"1""383""ie""Edycja adresu""1""Edycja adresu""Moduły"
        #424"1""384""ie""Formularze""1""Formularze""Moduły"
        #425"1""385""ie""Walidacja""1""Walidacja""Moduły"
        #426"1""386""ie""Link zapisu""1""Link zapisu""Moduły"
        #427"1""387""ie""Link wypisu""1""Link wypisu""Moduły"
        #428"1""391""ie""W tłumaczeniach można używać znacznik&oacute;w HTML, dlatego należy zachować ostrożność przy dodawaniu tłumaczenia""1""W tłumaczeniach można używać znacznik&oacute;w HTML, dlatego należy zachować ostrożność przy dodawaniu tłumaczenia""Moduły"
        #429"1""392""ie""Szukaj klucza""1""Szukaj klucza""Moduły"
        #430"1""393""ie""Szukaj tłumaczenia""1""Szukaj tłumaczenia""Moduły"
        #431"1""394""ie""Nazwa klucza""1""Nazwa klucza""Moduły"
        #432"1""395""ie""Tłumaczenie""1""Tłumaczenie""Moduły"
        #433"1""401""ie""Język źr&oacute;dłowy""1""Język źr&oacute;dłowy""Moduły"
        #434"1""402""ie""Język docelowy""1""Język docelowy""Moduły"
        #435"1""403""ie""Synchronizowanie konfiguracji""1""Synchronizowanie konfiguracji""Moduły"
        #436"1""404""ie""Synchronizowanie translacji""1""Synchronizowanie translacji""Moduły"
        #437"1""405""ie""Kopiowanie slajd&oacute;w""1""Kopiowanie slajd&oacute;w""Moduły"
        #438"1""406""ie""Kopiowanie głownych kategorii""1""Kopiowanie głownych kategorii""Moduły"
        #439"1""407""ie""Kopiowanie podkategorii""1""Kopiowanie podkategorii""Moduły"
        #440"1""408""ie""Kopiowanie element&oacute;w menu""1""Kopiowanie element&oacute;w menu""Moduły"
        #441"1""410""ie""Dodawanie / edycja pracownika""1""Dodawanie / edycja pracownika""Moduły"
        #442"1""411""ie""Nowe hasło""1""Nowe hasło""Moduły"
        #443"1""412""ie""Domyślny kod języka""1""Domyślny kod języka""Moduły"
        #444"1""413""ie""Domyślny kod języka po zalogowaniu do panelu""1""Domyślny kod języka po zalogowaniu do panelu""Moduły"
        #445"1""415""ie""WYŚLIJ""1""WYŚLIJ""Moduły"
        #446"1""416""ie""Trwa wysyłanie newslettera do użytkownik&oacute;w...""1""Trwa wysyłanie newslettera do użytkownik&oacute;w...""Moduły"
        #447"1""417""ie""Nie zamykaj tej strony, dop&oacute;ki wysyłanie nie zostanie ukończone!""1""Nie zamykaj tej strony, dop&oacute;ki wysyłanie nie zostanie ukończone!""Moduły"
        #448"1""418""ie""W zależności od ilości adres&oacute;w w bazie operacja może potrwać od kilku do kilkudziesięciu minut, prosimy o cierpliwość.""1""W zależności od ilości adres&oacute;w w bazie operacja może potrwać od kilku do kilkudziesięciu minut, prosimy o cierpliwość.""Moduły"
        #449"1""419""ie""Operacja zakończona sukcesem!""1""Operacja zakończona sukcesem!""Moduły"
        #450"1""420""ie""powr&oacute;t do listy""1""powr&oacute;t do listy""Moduły"
        #451"1""421""ie""Wysłano wiadomość.""1""Wysłano wiadomość.""Moduły"
        #452"1""422""ie""Edycja listu""1""Edycja listu""Moduły"
        #453"1""423""ie""Wysyłka testowa""1""Wysyłka testowa""Moduły"
        #454"1""424""ie""Adres e-mail""1""Adres e-mail""Moduły"
        #455"1""425""ie""Wyślij wiadomość testową""1""Wyślij wiadomość testową""Moduły"
        #456"1""436""ie""język-bg""1""język-bg""Moduły"
        #457"1""437""ie""język-gb""1""język-gb""Moduły"
        #458"1""438""ie""kraj-gb""1""kraj-gb""Moduły"
        #459"1""441""ie""Dodawanie / edycja zmiennych językowych""1""Dodawanie / edycja zmiennych językowych""Moduły"
        #460"1""442""ie""Nazwa zmiennej""1""Nazwa zmiennej""Moduły"
        #461"1""443""ie""Tłumaczenia""1""Tłumaczenia""Moduły"
        #462"1""447""ie""kraj-en""1""kraj-en""Moduły"
        #463"1""448""ie""język-en""1""język-en""Moduły"
        #464"1""453""ie""kraj-br""1""kraj-br""Moduły"
        #465"1""454""ie""język-br""1""język-br""Moduły"
        #466"1""461""ie""język-ca""1""język-ca""Moduły"
        #467"1""469""ie""google&lt;b&gt;XXXXXXXXXXXXXXXX&lt;/b&gt;.html""1""google&lt;b&gt;XXXXXXXXXXXXXXXX&lt;/b&gt;.html""Moduły"
        #468"1""470""ie""Import""1""Import""Moduły"
        #469"1""471""ie""Plik CSV""1""Plik CSV""Moduły"
        #470"1""476""ie""Dodaj plik""1""Dodaj plik""Moduły"
        #471"1""479""ie""kraj-se""1""kraj-se""Moduły"
        #472"1""481""ie""kraj-it""1""kraj-it""Moduły"
        #473"1""483""ie""kraj-fr""1""kraj-fr""Moduły"
        #474"1""485""ie""język-se""1""język-se""Moduły"
        #475"1""486""ie""język-it""1""język-it""Moduły"
        #476"1""487""ie""język-fr""1""język-fr""Moduły"
        #477"1""495""ie""Nr faxu""1""Nr faxu""Moduły"
        #478"1""496""ie""Social media""1""Social media""Moduły"
        #479"1""497""ie""Layout - top""1""Layout - top""Moduły"
        #480"1""498""ie""Tytuł w nagłowku""1""Tytuł w nagłowku""Moduły"
        #481"1""499""ie""Tytuł w nagł&oacute;wku""1""Tytuł w nagł&oacute;wku""Moduły"
        #482"1""500""ie""Tytuł z lewej""1""Tytuł z lewej""Moduły"
        #483"1""502""ie""Dodaj pole""1""Dodaj pole""Moduły"
        #484"1""503""ie""Cecha""1""Cecha""Moduły"
        #485"1""504""ie""Wartość""1""Wartość""Moduły"
        #486"1""505""ie""Strona - Oferta""1""Strona - Oferta""Moduły"
        #487"1""517""ie""Pokaż na sliderze""1""Pokaż na sliderze""Moduły"
        #488"1""519""ie""Strona - Aktualności""1""Strona - Aktualności""Moduły"
        #489"1""526""ie""Klucz API Google Maps""1""Klucz API Google Maps""Moduły"
        #490"1""527""ie""Strona - Sieć sprzedaży""1""Strona - Sieć sprzedaży""Moduły"
        #491"1""528""ie""Domyślne powiększenie mapy""1""Domyślne powiększenie mapy""Moduły"
        #492"1""529""ie""Miejscowość""1""Miejscowość""Moduły"
        #493"1""530""ie""Rok""1""Rok""Moduły"
        #494"1""531""ie""Kod produktu""1""Kod produktu""Moduły"
        #495"1""534""ie""Pobierz CSV""1""Pobierz CSV""Moduły"
        #496"1""535""ie""Importuj CSV""1""Importuj CSV""Moduły"
        #497"1""537""ie""LAT""1""LAT""Moduły"
        #498"1""538""ie""LNG""1""LNG""Moduły"
        #499"1""539""ie""Kod pocztowy""1""Kod pocztowy""Moduły"
        #500"1""541""ie""* Import danych usunie wszystkie poprzednie wpisy!&lt;br&gt;* Struktura pliku: kolumny &lt;b&gt;%s&lt;/b&gt; rozdzielone znakiem `%s`&lt;br&gt;* Typ: 1 - partnerski pkt sprzedaży, 2 - firmowy pkt sprzedaży &lt;br&gt;* Status - wartości 0/1""1""* Import danych usunie wszystkie poprzednie wpisy!&lt;br&gt;* Struktura pliku: kolumny &lt;b&gt;%s&lt;/b&gt; rozdzielone znakiem `%s`&lt;br&gt;* Typ: 1 - partnerski pkt sprzedaży, 2 - firmowy pkt sprzedaży &lt;br&gt;* Status - wartości 0/1""Moduły"
        #501"1""544""ie""Nie można dodać podkategorii do tej kategorii""1""Nie można dodać podkategorii do tej kategorii""Moduły"
        #502"1""555""ie""Adres e-mail dla ofert pracy""1""Adres e-mail dla ofert pracy""Moduły"
        #503"1""562""ie""Stanowisko""1""Stanowisko""Moduły"
        #504"1""563""ie""E-mail""1""E-mail""Moduły"
        #505"1""564""ie""Nazwa firmy""1""Nazwa firmy""Moduły"
        #506"1""566""ie""Telefon""1""Telefon""Moduły"
        #507"1""567""ie""Strona - Kontakt""1""Strona - Kontakt""Moduły"
        #508"1""568""ie""Baner""1""Baner""Moduły"
        #509"1""569""ie""Obrazki kategorii""1""Obrazki kategorii""Moduły"
        #510"1""573""ie""Lokalizacja (kraj)""1""Lokalizacja (kraj)""Moduły"
        #511"1""574""ie""Lokalizacja""1""Lokalizacja""Moduły"
        #512"1""577""ie""Strona - Realizacje""1""Strona - Realizacje""Moduły"
        #513"1""581""ie""Lista kraj&amp;oacute;w""1""Lista kraj&amp;oacute;w""Moduły"
        #514"1""585""ie""Strona - Wyniki wyszukiwania""1""Strona - Wyniki wyszukiwania""Moduły"
        #515"1""590""ie""Strona - Do pobrania""1""Strona - Do pobrania""Moduły"
        #516"1""591""ie""Link Instagram""1""Link Instagram""Moduły"
        #517"1""594""ie""Strona 404""1""Strona 404""Moduły"
        #518"1""597""ie""Obraz w tle strony""1""Obraz w tle strony""Moduły"
        #519"1""598""ie""Plik będzie można wgrać po utworzeniu katalogu.""1""Plik będzie można wgrać po utworzeniu katalogu.""Moduły"
        #520"1""599""ie""Generuj flipbook""1""Generuj flipbook""Moduły"
        #521"1""600""ie""Flipbook został wygenerowany""1""Flipbook został wygenerowany""Moduły"
        #522"1""608""ie""Flipbook""1""Flipbook""Moduły"
        #523"1""609""ie""Info o cookies""1""Info o cookies""Moduły"
        #524"1""610""ie""Strona - Jakość""1""Strona - Jakość""Moduły"
        #525"1""625""ie""Strona z filmem""1""Strona z filmem""Moduły"
        #526"1""627""ie""Pokaż breadcrumb (ścieżkę kategorii)""1""Pokaż breadcrumb (ścieżkę kategorii)""Moduły"
        #527"1""630""ie""kraj-no""1""kraj-no""Moduły"
        #528"1""632""ie""język-no""1""język-no""Moduły"
        #529"1""641""ie""Miesiące""1""Miesiące""Moduły"
        #530"1""642""ie""Strona - O firmie""1""Strona - O firmie""Moduły"
        #531"1""649""ie""Zdjęcie UE w stopce""1""Zdjęcie UE w stopce""Moduły"
        #532"1""650""ie""Link zdjęcia UE w stopce""1""Link zdjęcia UE w stopce""Moduły"
        #533"3""49""ie""Panel administracyjny""3""Panel administracyjny""Panel"
        #534"3""50""ie""Potwierdź operację""3""Potwierdź operację""Panel"
        #535"3""51""ie""Tak""3""Tak""Panel"
        #536"3""52""ie""Nie""3""Nie""Panel"
        #537"3""53""ie""Login""3""Login""Panel"
        #538"3""54""ie""Hasło""3""Hasło""Panel"
        #539"3""55""ie""Zaloguj mnie""3""Zaloguj mnie""Panel"
        #540"3""57""ie""Start""3""Start""Panel"
        #541"3""58""ie""Zalogowany jako""3""Zalogowany jako""Panel"
        #542"3""59""ie""Kraj""3""Kraj""Panel"
        #543"3""60""ie""kraj-pl""3""kraj-pl""Panel"
        #544"3""61""ie""Język""3""Język""Panel"
        #545"3""62""ie""język-pl""3""język-pl""Panel"
        #546"3""63""ie""Podgląd strony""3""Podgląd strony""Panel"
        #547"3""64""ie""Wyloguj""3""Wyloguj""Panel"
        #548"3""65""ie""Masz pytanie?""3""Masz pytanie?""Panel"
        #549"3""66""ie""Jeśli masz jakieś pytania lub problemy możesz w każdej chwili skontaktować się z naszym działem technicznym pod numerem tel.""3""Jeśli masz jakieś pytania lub problemy możesz w każdej chwili skontaktować się z naszym działem technicznym pod numerem tel.""Panel"
        #550"3""67""ie""lub e-mail""3""lub e-mail""Panel"
        #551"3""149""ie""Zmiany zapisywane są automatycznie""3""Zmiany zapisywane są automatycznie""Panel"
        #552"3""157""ie""Stare hasło""3""Stare hasło""Panel"
        #553"3""158""ie""Nowe hasło""3""Nowe hasło""Panel"
        #554"3""159""ie""Powt&oacute;rz hasło""3""Powt&oacute;rz hasło""Panel"
        #555"3""356""ie""kraj-de""3""kraj-de""Panel"
        #556"3""358""ie""język-de""3""język-de""Panel"
        #557"3""435""ie""Zły login lub hasło""3""Zły login lub hasło""Panel"
        #558"3""439""ie""kraj-gb""3""kraj-gb""Panel"
        #559"3""440""ie""język-gb""3""język-gb""Panel"
        #560"3""449""ie""kraj-en""3""kraj-en""Panel"
        #561"3""450""ie""język-en""3""język-en""Panel"
        #562"3""455""ie""kraj-br""3""kraj-br""Panel"
        #563"3""456""ie""język-br""3""język-br""Panel"
        #564"3""462""ie""język-ca""3""język-ca""Panel"
        #565"3""480""ie""kraj-se""3""kraj-se""Panel"
        #566"3""482""ie""kraj-it""3""kraj-it""Panel"
        #567"3""484""ie""kraj-fr""3""kraj-fr""Panel"
        #568"3""631""ie""kraj-no""3""kraj-no""Panel"
        #569"3""634""ie""język-it""3""język-it""Panel"
        #570"3""647""ie""język-se""3""język-se""Panel"
        #571"3""648""ie""język-no""3""język-no""Panel"
        #572"3""683""ie""język-fr""3""język-fr""Panel"
        #573"5""193""ie""Nie generuj wpisu""5""Nie generuj wpisu""Pozostałe"
        #574"5""315""ie""Usunięto zdjęcie""5""Usunięto zdjęcie""Pozostałe"
        #575"5""362""ie""Status""5""Status""Pozostałe"
        #576"5""655""ie""HOW TO GET""5""JAK DOJECHAĆ""Pozostałe"
        #577"12""515""ie""More""12""Więcej""Strona - Aktualności"
        #578"12""516""ie""Loading""12""Ładowanie""Strona - Aktualności"
        #579"12""518""ie""Back""12""Powr&oacute;t""Strona - Aktualności"
        #580"12""643""ie""Download""12""Pobierz""Strona - Aktualności"
        #581"18""587""ie""Loading""18""Ładowanie""Strona - Do pobrania"
        #582"20""595""ie""Remaining &lt;span&gt;certificates&lt;/span&gt;""20""Pozostałe &lt;span&gt;certyfikaty&lt;/span&gt;""Strona - Jakość"
        #583"20""596""ie""Loading""20""Ładowanie""Strona - Jakość"
        #584"14""545""ie""Contact form""14""Formularz kontaktowy""Strona - Kontakt"
        #585"14""546""ie""Email us""14""Napisz do nas""Strona - Kontakt"
        #586"14""547""ie""Company name""14""Nazwa firmy""Strona - Kontakt"
        #587"14""548""ie""Full name""14""Imię i nazwisko""Strona - Kontakt"
        #588"14""549""ie""Address""14""Adres""Strona - Kontakt"
        #589"14""550""ie""Email address""14""Adres e-mail""Strona - Kontakt"
        #590"14""551""ie""Phone""14""Telefon""Strona - Kontakt"
        #591"14""552""ie""Your message:""14""Treść wiadomości:""Strona - Kontakt"
        #592"14""553""ie""* Required fields""14""* Pola wymagane""Strona - Kontakt"
        #593"14""554""ie""Send message""14""Wyślij wiadomość""Strona - Kontakt"
        #594"14""556""ie""TEL""14""TEL""Strona - Kontakt"
        #595"14""557""ie""CELL""14""KOM""Strona - Kontakt"
        #596"14""558""ie""skype""14""skype""Strona - Kontakt"
        #597"14""559""ie""MAIL""14""MAIL""Strona - Kontakt"
        #598"14""560""ie""Interested in the offer?""14""Zainteresowany/a ofertą?""Strona - Kontakt"
        #599"14""561""ie""Send us your resume to &lt;span&gt;%s&lt;/span&gt;""14""Prześlij nam swoje CV mailowo na adres &lt;span&gt;%s&lt;/span&gt;""Strona - Kontakt"
        #600"14""644""ie""region:""14""region:""Strona - Kontakt"
        #601"25""639""ie""&lt;strong&gt;Amberline&lt;/strong&gt; &ndash; More light. More security.""25""&lt;strong&gt;Amberline&lt;/strong&gt; - Więcej światła. Więcej bezpieczeństwa.""Strona - O firmie"
        #602"11""501""ie""Product code:""11""Kod produktu:""Strona - Oferta"
        #603"11""506""ie""Characteristics""11""Właściwości""Strona - Oferta"
        #604"11""507""ie""files&lt;br&gt;to download""11""pliki&lt;br&gt;do pobrania""Strona - Oferta"
        #605"11""508""ie""Get inspired""11""zainspiruj się""Strona - Oferta"
        #606"11""509""ie""DOWNLOAD THE PRODUCT SHEET""11""POBIERZ KARTĘ PRODUKTU""Strona - Oferta"
        #607"11""510""ie""Share""11""Udostępnij""Strona - Oferta"
        #608"11""511""ie""Product properties""11""Właściwości produktu""Strona - Oferta"
        #609"11""512""ie""Specification""11""Specyfikacja""Strona - Oferta"
        #610"11""513""ie""Downloads""11""Pliki do pobrania""Strona - Oferta"
        #611"11""514""ie""See also""11""Zobacz także""Strona - Oferta"
        #612"11""635""ie""More""11""Więcej""Strona - Oferta"
        #613"11""646""ie""Back""11""Powr&oacute;t""Strona - Oferta"
        #614"15""570""ie""Show""15""Wyświetl""Strona - Realizacje"
        #615"15""571""ie""Countries""15""Kraje""Strona - Realizacje"
        #616"15""572""ie""Loading""15""Ładowanie""Strona - Realizacje"
        #617"15""575""ie""All""15""Wszystkie""Strona - Realizacje"
        #618"15""616""ie""No projects""15""Brak realizacji""Strona - Realizacje"
        #619"13""520""ie""Loading""13""Ładowanie""Strona - Sieć sprzedaży"
        #620"13""521""ie""Find &lt;br&gt; nearby""13""Znajdź &lt;br&gt; w pobliżu""Strona - Sieć sprzedaży"
        #621"13""522""ie""LOCATION""13""LOKALIZACJA""Strona - Sieć sprzedaży"
        #622"13""523""ie""This route cannot be determined""13""Nie można wyznaczyć tej trasy""Strona - Sieć sprzedaży"
        #623"13""524""ie""Unfortunately, it was impossible to locate""13""Niestety nie udało się zlokalizować""Strona - Sieć sprzedaży"
        #624"13""525""ie""Your browser does not support geolocation""13""Twoja przeglądarka nie wspiera geolokalizacji""Strona - Sieć sprzedaży"
        #625"13""532""ie""partner sales point""13""partnerski punkt sprzedaży""Strona - Sieć sprzedaży"
        #626"13""533""ie""company sales point""13""firmowy punkt sprzedaży""Strona - Sieć sprzedaży"
        #627"17""582""ie""Search results for &ldquo;%s&rdquo;""17""Wyniki wyszukiwania dla frazy `%s`""Strona - Wyniki wyszukiwania"
        #628"17""583""ie""No search results for &ldquo;%s&rdquo;""17""Brak wynik&oacute;w wyszukiwania dla frazy `%s`""Strona - Wyniki wyszukiwania"
        #629"17""584""ie""Cancel search""17""Anuluj wyszukiwanie""Strona - Wyniki wyszukiwania"
        #630"17""588""ie""No search results for &lt;span&gt;%s&lt;/span&gt;""17""Brak wynik&oacute;w wyszukiwania dla frazy &lt;span&gt;%s&lt;/span&gt;""Strona - Wyniki wyszukiwania"
        #631"17""589""ie""Search results for &lt;span&gt;%s&lt;/span&gt;""17""Wyniki wyszukiwania dla frazy &lt;span&gt;%s&lt;/span&gt;""Strona - Wyniki wyszukiwania"
        #632"19""592""ie""404 Not found""19""404 Not found""Strona 404"
        #633"19""622""ie""This is not an Amberline window.""19""To nie jest okno Amberline.""Strona 404"
        #634"19""623""ie""See our &lt;a href=&quot;%s&quot;&gt;windows""19""Zapraszamy do naszych &lt;a href=&quot;%s&quot;&gt;okien""Strona 404"
        #635"23""628""ie""https://www.amberline.eu/en/besmart-besafe.html""23""Link do filmu""Strona z filmem"
        #636"23""636""ie""Discover the secret""23""Odkryj jej tajemnicę""Strona z filmem"
        #637"26""653""ie""More""26""Więcej""Strona-solution"
        #638"7""376""ie""Please fill in the field""7""Wypełnij pole""Walidacja"
        #639"7""377""ie""Incorrect token. Refresh the page.""7""Niepoprawny token. Odśwież stronę.""Walidacja"
        #640"7""389""ie""The URL is already in use""7""Adres URL jest już używany""Walidacja"
        #641"7""396""ie""The URL is not valid""7""Adres URL jest niepoprawny""Walidacja"
        #642"7""398""ie""Incorrect value""7""Niepoprawna wartość""Walidacja"
        #643"7""542""ie""No file uploaded""7""Nie przesłano pliku""Walidacja"
        'b690ae6563f31782e9400afe60ee0b82a9bcc766' => array(61)
         idsortgroup_idcodekeyvaluedescriptionplaceholdertypeserializedrequiredsecure
        #1"1""0""0"NULL"robots""Disallow: /amberline/flipbook* Disallow: /flipbook* Disallow: /polityka-cookies.html Disallow: /polityka-rodo.html Disallow: /en/cookies-policy-2.html Disallow: /en/gdpr-policy.html Disallow: /de/cookie-richtlinien.html Disallow: /de/dsgvo-politik.html Disallow: /it/politica-sui-cookie-2.html Disallow: /it/politica-di-gdpr.html Disallow: /se/cookies-policy-2.html Disallow: /se/webbplatskarta-2.html Disallow: /no/cookies-policy-2.html Disallow: /no/nettstedskart-2.html Disallow: /fr/polityka-cookies-2.html Disallow: /fr/polityka-rodo-2.html Disallow: dealer.amberline.eu*""Roboty"NULL"textarea""0""0""1"
        #2"762""0""0""ie""google_analitics""&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt; &lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-15488729-1&quot;&gt;&lt;/script&gt; &lt;script&gt; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-15488729-1'); &lt;/script&gt; ""Google analitics"NULL"textarea""0""0""1"
        #3"763""0""0""ie""google_tag_menager""&lt;!-- &lt;script&gt;&lt;/script&gt; --&gt;""Google tag menager"NULL"textarea""0""0""1"
        #4"764""0""0""ie""google_verification""d09aa200103431bd""Google verification code"NULL"text""0""0""1"
        #5"781""1""0""ie""newsletter_template""""Szablon newslettera""""ckeditor_full""0""0""1"
        #6"785""1""1""ie""service_url""amberline.eu""Adres <small>bez http://</small>"NULL"text""0""1""1"
        #7"783""2""1""ie""service_name""Amberline""Nazwa serwisu"NULL"text""0""1""1"
        #8"29""3""1"NULL"antispam""1""Ochrona antyspamowa""""checkbox""0""0""1"
        #9"260""4""1"NULL"GOOGLE_ANALITICS_API_ID""""Google Analitics API ID""""text""0""0""0"
        #10"784""5""1""ie""service_off""0""Wyłącz tymczasowo serwis<br/><small>(dostęp tylko dla admina oraz podanych adresów IP)</small>"NULL"checkbox""0""0""1"
        #11"521""6""1"NULL"gmaps_apikey""AIzaSyD6e0m390BSGq2I-Ra5Ov7jroT1lT6CW90""Klucz API Google Maps""""text""0""1""1"
        #12"261""7""1"NULL"allowed_ip""""Dozwolone adresy IP (gdy serwis jest tymczasowo zablokowany)""Oddzielone średnikiem""text""0""0""1"
        #13"262""8""1"NULL"service_off_plug""&lt;h1&gt;Przepraszamy&lt;/h1&gt; &lt;p&gt;Strona chwilowo niedostępna. Proszę odświeżyć za chwilę.&lt;/p&gt; &lt;p&gt;W razie problem&amp;oacute;w prosimy o kontakt: email@intellect.pl&lt;/p&gt; ""Zaślepka""""ckeditor_full""0""0""1"
        #14"786""9""2""ie""smtp_host""info.a.i1.com.pl""Serwer SMTP"NULL"text""0""1""1"
        #15"790""10""2""ie""smtp_port""587""Port SMTP"NULL"number""0""1""1"
        #16"789""11""2""ie""smtp_pass""wsfpYjGFX_4""Hasło SMTP"NULL"password""0""1""1"
        #17"16""12""3"NULL"watermark_title""""Znak wodny"NULL"label""0""0""1"
        #18"791""12""2""ie""smtp_secure""tls""Zabezpieczenie"NULL"smtp_secure""0""1""1"
        #19"787""13""2""ie""smtp_mail""info@info.a.i1.com.pl""Email SMTP"NULL"email""0""1""1"
        #20"793""14""2""ie""smtp_user""info@info.a.i1.com.pl""Login SMTP"NULL"text""0""1""1"
        #21"788""15""2""ie""smtp_name""Amberline""Nazwa nadawcy"NULL"text""0""0""1"
        #22"792""16""2""ie""smtp_test""1""Test poczty wychodzącej"NULL"smtp_test""0""0""1"
        #23"17""17""3"NULL"watermark""""Obrazek"NULL"ckfinder-file""0""0""1"
        #24"18""18""3"NULL"watermark_position""a:2:{i:0;s:12:"bottom right";i:1;s:0:"";}""Pozycja"NULL"wm_position""1""0""1"
        #25"654""19""3"NULL"muted_video""1""Wycisz wideo na stronie gł&oacute;wnej""""checkbox""0""0""0"
        #26"758""20""4""ie""company_full_name""Amberline Ireland ""Pełna nazwa firmy""""text""0""0""1"
        #27"756""21""4""ie""address""Marina Commercial Park Centre Park Road Unit Q4 Cork""Adres"NULL"text""0""0""1"
        #28"782""22""4""ie""phone_number""086 402-7882""Nr telefonu"NULL"text""0""0""1"
        #29"761""23""4""ie""fax_number""085 724-3477""Nr faxu""""text""0""1""1"
        #30"760""24""4""ie""email_www""info@amberline.ie""Adres e-mail"NULL"email""0""1""1"
        #31"771""25""4""ie""location""a:3:{s:3:"lat";s:17:"49.58934857766429";s:3:"lng";s:15:"20.841064453125";s:4:"zoom";s:1:"7";}""Lokalizacja <small>(mapa)</small>"NULL"koordinate""1""0""1"
        #32"522""26""4"NULL"email_career""kadry@amberline.eu""Adres e-mail dla ofert pracy""""email""0""1""1"
        #33"655""27""4"NULL"nip_number"" &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; &shy;&shy; ""Numer NIP""""text""0""0""1"
        #34"772""28""9""ie""logoUE""files/upload/images/logoUE(1).png""Zdjęcie UE w stopce""""ckfinder-image""0""0""0"
        #35"36""28""20"NULL"send_mail_force_label""0""Wymuszenie odbiorcy wszystkich wiadmości e-mail <small>(opcja dla testera)</small>"NULL"label""0""0""1"
        #36"23""29""9"NULL"show_alerts""1""Potwierdzenia operacji"NULL"checkbox""0""0""1"
        #37"773""30""9""ie""logoUElink""https://www.amberline.eu/projekty-unijne.html""Link zdjęcia UE w stopce""""text""0""0""0"
        #38"759""31""9""ie""contact_sections""Sekcja A Sekcja B Sekcja C""Sekcje dział&oacute;w w kontakcie (każda opcja od nowej linii)""""textarea""0""1""1"
        #39"757""32""9""ie""carrer_form_select""Pracownik""Formularz Aplikacji (pole select - opcje od nowej linii)""""textarea""0""1""1"
        #40"769""33""21""ie""link_slideshare""""Link Slideshare"NULL"text""0""0""1"
        #41"25""33""20"NULL"debug""1""Debugowanie"NULL"checkbox""0""0""1"
        #42"768""34""21""ie""link_pinterest""""Link Pinterest"NULL"text""0""0""1"
        #43"26""34""20"NULL"report""1""Raport w tabelce"NULL"checkbox""0""0""1"
        #44"24""35""20"NULL"twig_cache""0""Cache szablonów Twig-a"NULL"checkbox""0""0""1"
        #45"766""35""21""ie""link_google_plus""""Link Google+"NULL"text""0""0""1"
        #46"27""36""20"NULL"minifyHTML""0""Kompresja HTML""""checkbox""0""0""1"
        #47"765""36""21""ie""link_fb""https://www.facebook.com/OknaAmberline/""Link Facebook"NULL"text""0""0""1"
        #48"770""37""21""ie""link_yt""https://www.youtube.com/user/OknaAmberline""Link YouTube"NULL"text""0""0""1"
        #49"28""37""20"NULL"liveEdit""1""Edycja treści na żywo""""checkbox""0""0""1"
        #50"37""38""20"NULL"send_mail_force_to_status""0""Wymuszony odbiorca - status"NULL"checkbox""0""0""1"
        #51"767""38""21""ie""link_instagram""https://www.instagram.com/amberline_windows/?hl=pl""Link Instagram""""text""0""0""1"
        #52"38""39""20"NULL"send_mail_force_to""grzesiektestowe@gmail.com""Wymuszony odbiorca - email""""email""0""0""1"
        #53"151""40""20"NULL"theme_color""#006940""Kolor tematu (HEX)""""text""0""1""1"
        #54"152""41""20"NULL"theme_color_text""#FFFFFF""Kolor tekstu (HEX)""""text""0""1""1"
        #55"774""50""0""ie""meta_description""""Opis strony""""text""0""0""0"
        #56"775""50""0""ie""meta_description_suffix""Jesteśmy producentem okien, drzwi oraz rolet. Specjalizujemy się w konstrukcjach specjalnych. Zobacz naszą ofertę!""Suffix opisu""""text""0""0""0"
        #57"776""50""0""ie""meta_description_suffix_news"" - Sprawdź!""Suffix opisu""""text""0""0""0"
        #58"777""50""0""ie""meta_description_suffix_prod"" - Sprawdź sam!""Suffix opisu""""text""0""0""0"
        #59"778""50""0""ie""meta_keys""""Klucze""""text""0""0""0"
        #60"779""50""0""ie""meta_title""AMBERLINE""""""text""0""0""0"
        #61"780""50""0""ie""meta_title_suffix""producent okien Amberline""Suffix tytułu""""text""0""0""0"
        '5b68c5077d8bdd95017c86f33b36e7ba8f04cef2' => array(1)
        array(2)
        'id' => string(1) "1"
        'group_name' => string UTF-8(6) "Moduły"
        'a852b13c41bb619a7c744bad0c6faba075e96c51' => array(1)
        array(3)
        'id' => string(3) "285"
        'group_id' => string(1) "1"
        'key_name' => string(6) "sekcja"
        '761bc0867f0fbf9a8646c3e5a0c4a3fc875d6e06' => array(1)
        array(4)
        'id' => string(3) "285"
        'key_id' => string(3) "285"
        'lang_code' => string(2) "pl"
        'translate' => string(6) "sekcja"
        'ead65b24f928ec241ff51a303687f4884dfa1962' => array(0)
        '728c2e0d9d2be7209314fdb37cc92ea4700b3bab' => array(71)
         idmedia_idstatustypecodeid_kattytul_seoviewtytultytul2tytul3tytul4tytul5wstepdepartmentmetagdziesection_nameklasaredirectredirect_on_firstredirect_to_newsgroupsnew_windowopenedklikbreadcrumbsitemap_prioritysitemap_freqkolejnosc
        #1"665""74""1""2""ie""103002002""realizacje/alu/one-family-houses""5""One-family houses"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""1"
        #2"705""87""0""2""ie""109004""to-download/catalogs""83""Catalogs"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""1"
        #3"664""73""1""2""ie""103002001""realizacje/alu/residences""5""Residences"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""2"
        #4"666""75""1""2""ie""103002003""realizacje/alu/objects""5""Objects"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""3"
        #5"667""76""1""2""ie""103002004""realizacje/alu/fire-facilities""5""Fire facilities"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""4"
        #6"652""147""1""1""ie""101002""offer/alu""1""ALU"""""""""NULLNULL"{"title":"OFFER - ALU - AMBERLINE","desc":"OFFER - ALU - AMBERLINE - We are a producer of windows, doors and blinds. We specialize in special constructions. See our offer!"}"""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""98"
        #7"661""71""1""2""ie""103001002""realizacje/pvc/one-family-houses""5""One-family houses"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""98"
        #8"677""61""1""2""ie""105001""contact/departments""61""Departments"""""""""NULLNULL"{"desc":"Departments - We are a producer of windows, doors and facades.We specialize in special constructions.See our offer!"}"""NULL"""""0""0"NULL"0""0""0""1""-1""never""98"
        #9"701""476""1""2""ie""105003""contact-2/contact-form""64""Contact form"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""0""-1""never""98"
        #10"636""636""0""1""ie""100""strona-glowna-2""2""Homepage"""""""""NULLNULL"{"title":"We manufacture windows, doors and blinds - AMBERLINE","desc":"At AMBERLINE, we produce PVC windows and doors in the VEKA system with WINKHAUS fittings. We specialize in special constructions. Check us out!"}"""NULL"""""0""0"NULL"0""0""0""0""0.5""weekly""99"
        #11"637""637""1""1""ie""101""offer""1""Offer"""""""""NULLNULL"""""offers""""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #12"638""638""1""2""ie""102""news-2""0""News"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #13"639""639""1""2""ie""103""gallery-2""5""Gallery"""""""""NULLNULL""""NULL"""""1""0"NULL"0""0""0""1""0.5""weekly""99"
        #14"640""640""1""1""ie""104""about-company-2""3""About company"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #15"641""641""0""6""ie""105""contact-2""1""Contact"""""""""NULLNULL""""NULL"""""1""0"NULL"0""0""0""1""0.5""weekly""99"
        #16"642""642""1""2""ie""106""distribution-network-2""4""Distribution network""Where to buy?"""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #17"643""643""1""1""ie""107""cookies-policy-2""100""Cookies policy"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #18"644""644""1""1""ie""108""site-map-2""900""Site map"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #19"645""645""1""6""ie""109""to-download-2""2""To download"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #20"646""646""1""1""ie""110""besmart-besafe-2""101""beSmart beSafe"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #21"647""647""1""1""ie""111""gdpr-policy""0""GDPR Policy"""""""""NULLNULL"{"title":"GDPR Policy","desc":"Amberline - GDPR Policy"}"""NULL"""""0""0"NULL"0""0""0""0""0.5""weekly""99"
        #22"648""46""1""1""ie""101001""offer/pvc""1""PVC"""""""""NULLNULL"{"title":"OFFER - PVC - AMBERLINE","desc":"OFFER - PVC - AMBERLINE - We are a producer of windows, doors and blinds. We specialize in special constructions. See our offer!"}"""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #23"649""50""1""2""ie""101001001""offer/pvc/window""2""Windows""PVC WINDOWS""""""""&lt;p&gt;&amp;nbsp;&lt;/p&gt; "NULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #24"650""51""1""2""ie""101001002""offer/pvc/terrace-windows""2""Terrace windows""Terrace windows"""""""""NULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #25"651""52""1""2""ie""101001003""offer/pvc/front-door""2""Front door"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #26"653""53""1""2""ie""101002001""offer/alu/window""2""Windows""ALU WINDOWS""Przykładowy claim &lt;br&gt;grupy produktowej ALU""""""&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.&lt;/p&gt; "NULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #27"654""55""1""2""ie""101002003""offer/alu/terrace-systems""2""Terrace systems""TERRACE SYSTEMS""""""""&lt;p&gt;&amp;nbsp;&lt;/p&gt; "NULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #28"655""57""1""2""ie""101002005""offer/alu/facade-systems""2""Facade systems"" FACADE SYSTEMS"""""""""NULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #29"656""151""1""2""ie""101002006""offer/alu/front-door""2""Front door"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #30"657""48""1""2""ie""101003""offer/glass-constructions""1""Glass constructions"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #31"658""49""1""2""ie""101004""offer/innovations""1""Innovations"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #32"659""67""1""2""ie""103001""realization/pvc""5""PVC"""""""""NULLNULL"{"title":"GALLERY - PVC - AMBERLINE","desc":"GALLERY - PVC - AMBERLINE - We are a producer of windows, doors and blinds. We specialize in special constructions. See our offer!"}"""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #33"660""70""1""2""ie""103001001""realizacje/pvc/residences""5""Residences"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #34"662""72""1""2""ie""103001003""realizacje/pvc/objects""5""Objects"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #35"663""68""1""2""ie""103002""realization/alu""5""ALU"""""""""NULLNULL"{"title":"GALLERY - ALU - AMBERLINE","desc":"GALLERY - ALU - AMBERLINE - We are a producer of windows, doors and blinds. We specialize in special constructions. See our offer!"}"""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #36"668""69""1""2""ie""103003""realization/installation""5""Installation"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #37"669""108""1""2""ie""103003001""realizacje/montaz/installation""5""Installation"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #38"670""59""1""2""ie""104001""about-company/company-history""3""History""History"""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #39"671""60""1""6""ie""104002""about-company/quality""3""Quality"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #40"672""83""1""1""ie""104002001""about-company/quality/why-amberline""111""Why amberline"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #41"673""84""1""2""ie""104002002""about-company/quality/certifications""101""Certifications"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #42"674""86""1""2""ie""104002003""about-company/quality/references""102""References"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #43"675""129""1""1""ie""104003""about-company/movie""101""Movie"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #44"676""633""1""1""ie""104004""about-company/contact""3""Contact"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""0""0.5""weekly""99"
        #45"678""63""1""2""ie""105001001""contact/departments/administrative-office""63""Administrative office"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #46"679""64""1""2""ie""105001002""contact/departments/sales-department""63""Sales department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #47"680""65""1""2""ie""105001003""contact/departments/export""63""Export"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #48"681""66""1""2""ie""105001004""contact/departments/it-department""63""It department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #49"682""88""1""2""ie""105001005""contact/departments/shipping""63""Shipping"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #50"683""89""1""2""ie""105001006""contact/departments/human-resources""63""Human Resources"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #51"684""90""1""2""ie""105001007""contact/depratments/service""63""Service"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #52"685""91""1""2""ie""105001008""contact/departments/technical-department""63""Technical department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #53"686""92""1""2""ie""105001009""contact/departments/technologist""63""Technologist"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #54"687""93""1""2""ie""105001010""contact/departments/accounting-department""63""Accounting department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #55"688""94""1""2""ie""105001011""contact/departments/supply-and-preparation-department""63""Supply and production preparation department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #56"689""95""1""2""ie""105001012""contact/departments/aluminum-department""63""Aluminum department"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #57"690""96""0""2""ie""105001013""contact/departments/galeria-koszalin""63""Galeria Koszalin"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #58"691""97""0""2""ie""105001014""contact/departments/galeria-kolobrzeg""63""Galeria Kołobrzeg"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #59"692""98""1""2""ie""105001015""contact/departments/marketing-pr""63""Marketing &amp; PR"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #60"693""99""1""2""ie""105001016""contact/departments/production""63""Production"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #61"694""100""0""2""ie""105001017""contact/departments/galeria-warszawa""63""Galeria Warszawa"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #62"695""101""1""2""ie""105001018""contact/departments/export-italia""63""Export Italia"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #63"696""102""0""2""ie""105001019""contact/departments/branch-wroclaw""63""Branch Wrocław"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #64"697""103""0""2""ie""105001020""contact/departments/branch-szczecin""63""Branch Szczecin"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #65"698""104""0""2""ie""105001021""contact/departments/galeria-poznan""63""Galeria Poznań"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""0.5""weekly""99"
        #66"699""626""0""2""ie""105001022""contact/departments/test""63""US export"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""0""0.5""weekly""99"
        #67"700""62""1""2""ie""105002""contact/career""62""Career"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #68"702""78""0""2""ie""109001""to-download/press-articles""81""Press articles"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #69"703""79""0""2""ie""109002""to-download/ci""82""CI"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #70"704""80""0""2""ie""109003""to-download/certifications""82""Certifications"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""1""-1""never""99"
        #71"706""555""1""2""ie""109005""to-download-2/documents/service""82""Documents/service"""""""""NULLNULL""""NULL"""""0""0"NULL"0""0""0""0""-1""never""99"
        '0df70cf8b07c9659e11ff75d2faab04731a56758' => array(0)
        protected $_last_statement :: PDOStatement(1)
        public queryString -> string(77) "SELECT * FROM `photos` WHERE `type` = ? AND `type_id` = ? ORDER BY `sort` ASC"
        constant CONDITION_FRAGMENT :: integer0
        constant CONDITION_VALUES :: integer1
        constant DEFAULT_CONNECTION :: string(7) "default"
        constant LIMIT_STYLE_TOP_N :: string(3) "top"
        constant LIMIT_STYLE_LIMIT :: string(5) "limit"
      public id_kat -> string(9) "105001004"
      • timestamp
      • 1973-04-30 07:56:44
      public type -> string(1) "2"
    • public static __callStatic($name, array $args)
      Defined in <ROOT>/include/class/Traits/CallVariables.php:26
      public static getInstance($name = default)
      Defined in <ROOT>/include/class/Traits/ClassInstances.php:11
      public __call($name, array $args)
      Defined in <ROOT>/include/class/Traits/CallVariables.php:9
      public getBack($action = index)
      Defined in <ROOT>/include/class/Controllers/Module.php:61
      public getConfig($keys = NULL, $default = NULL)
      Defined in <ROOT>/include/class/Traits/ConfigBase.php:17
      public getFront($action = index)
      Defined in <ROOT>/include/class/Controllers/Module.php:27
      public getVariable($key = NULL, $default = NULL)
      Defined in <ROOT>/include/class/Traits/ClassVariables.php:16
      public setConfig($config, $value = NULL)
      Defined in <ROOT>/include/class/Traits/ConfigBase.php:9
      public setVariable($var, $value = NULL)
      Defined in <ROOT>/include/class/Traits/ClassVariables.php:7
      protected __clone()
      Defined in <ROOT>/include/class/Traits/ClassStatic.php:8
      protected __construct($name)
      Defined in <ROOT>/include/class/Controllers/Module.php:23
    • protected $_instances :: array(2)
      'seo' => App\Controllers\Module(8)
      protected _name -> string(3) "seo"
      protected _config -> array(11)
      'name' => string(3) "SEO"
      'icon' => string(12) "fa fa-google"
      'type' => integer0
      'order' => integer85
      'standalone' => boolTRUE
      'actions' => array(7)
      'index' => string(9) "index.php"
      'redirect' => string(12) "redirect.php"
      'redirect_delete' => string(12) "redirect.php"
      'sitemap' => string(11) "sitemap.php"
      'robots' => string(10) "robots.php"
      'google' => string(10) "google.php"
      'meta' => string(8) "meta.php"
      'sql' => array(3)
      'redirects' => string(9) "redirects"
      'configs' => string(7) "configs"
      'categories' => string(10) "categories"
      'variables' => array(2)
      'LIMIT_ADMIN' => integer10
      'LIMIT_PASEK' => integer5
      'menu' => array(5)
      'Narzędzia google' => string(6) "google"
      'Przekierowania' => string(8) "redirect"
      'Mapa strony' => string(7) "sitemap"
      'Roboty' => string(6) "robots"
      'META' => string(4) "meta"
      'roles' => array(2)
      string(6) "Edycja"
      string(8) "Usuwanie"
      'access' => array(6)
      'redirect_delete' => string(8) "Usuwanie"
      'redirect' => string(6) "Edycja"
      'sitemap' => string(6) "Edycja"
      'robots' => string(6) "Edycja"
      'google' => string(6) "Edycja"
      'meta' => string(6) "Edycja"
      protected _variables -> array(0)
      protected render -> boolTRUE
      public sql -> array(3)
      'redirects' => string(9) "redirects"
      'configs' => string(7) "configs"
      'categories' => string(10) "categories"
      public category -> NULL
      public id_kat -> NULL
      public type -> NULL
      'news' => App\Controllers\Module(8) *RECURSION*
Called from <ROOT>/include/class/Exceptions/DebugReport.php.inc:74
  1. <ROOT>/include/class/Exceptions/DebugReport.php:147
  2. <ROOT>/include/class/Exceptions/DebugReport.php:137 [App\Exceptions\DebugReport::printHtmlDebugErrors()]
  3. <ROOT>/include/class/Base/Events.php:27 [call_user_func_array()]
  4. <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:29 [App\Base\Events::trigger()]
2 09:24:45.181297 Fatal 1 Call to a member function asArray() on null /home/klient.dhosting.pl/amberline/amberline.eu/public_html/modules/categories/Categories.model.php:140
1 PHP internal callApp\Exceptions\DebugReport::addEvent(eventName, params)
  • Arguments
  • eventName string(10) "onShutDown"
    params array(0)
2 <ROOT>/include/class/Base/Events.php:27call_user_func_array(function_name, parameters)
  • Source
  • Arguments
  • 20 }
    21
    22 // ręczne wywołanie akcji z parametrami
    23 public static function trigger($eventName /* $first_param, ... */){
    24 $result = array();
    25 if(array_key_exists($eventName, self::$_events))
    26 foreach (self::$_events[$eventName] as $i => $callback){
    27 $result[$i] = call_user_func_array($callback, func_get_args());
    28 }
    29 return $result; // zwraca tablice nazw callback-ów i wartości zwrotnych
    30 }
    31
    32 // zwraca pierwszy wynik jeśli jakaś funkcja zwróciła inną wartość niż domyślne null
    33 public static function parseTriggerResult(array $triggerResult, &$i = null){
    34 foreach($triggerResult as $i => $value)
  • function_name string(36) "App\Exceptions\DebugReport::addEvent"
    parameters array(2)
    string(10) "onShutDown"
    array(0)
3 <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:29App\Base\Events::trigger(eventName, #2)
  • Source
  • Arguments
  • 22
    23 public static function onError(){
    24 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    25 return Events::parseTriggerResult($trigger);
    26 }
    27
    28 public static function onShutDown(){
    29 $trigger = Events::trigger(__FUNCTION__, func_get_args());
    30 return Events::parseTriggerResult($trigger);
    31 }
    32 }
    33
    34 ?>
  • eventName string(10) "onShutDown"
    #2 array(0)
4 PHP internal callApp\Exceptions\ExceptionsHandlers::onShutDown()
      Called from <ROOT>/include/class/Exceptions/DebugReport.php.inc:74
      1. <ROOT>/include/class/Exceptions/DebugReport.php:147
      2. <ROOT>/include/class/Exceptions/DebugReport.php:137 [App\Exceptions\DebugReport::printHtmlDebugErrors()]
      3. <ROOT>/include/class/Base/Events.php:27 [call_user_func_array()]
      4. <ROOT>/include/class/Exceptions/ExceptionsHandlers.php:29 [App\Base\Events::trigger()]
      Last ORM query: SELECT * FROM `photos` WHERE `type` = 'categories' AND `type_id` = '66' ORDER BY `sort` ASC