Witaj w Zend Framework 2

Gratulacje! Z powodzeniem zainstalowałeś ZF2 Skeleton Application. Aktualnie używasz Zend Framework w wersji 2.3.5. Ten szkielet może służyć jak prosty punkt startowy do budowy Twoich aplikacji na ZF2.

Forkuj Zend Framework 2 na GitHub'e »

Śledź prace programistyczne

Zend Framework 2 jest w trakcie aktywnych prac programistycznych. Jeśli jesteś zainteresowany śledzeniem jego rozwoju, istnieje specialny portal ZF2 na oficjalnej stronie Zend Framework na którym dostępne są linki do ZF2 wiki, dev blog, issue tracker, oraz wiele więcej. Jest to świetne miejsce by śledzić najnowsze zmiany!

ZF2 Development Portal »

Odkryj Moduły

Społeczność pracuje nad stworzeniem społecznościowego serwisu który posłuży jako repozytorium i galeria dla modułów ZF2. Projekt wkrótce będzie dostępny na on GitHub. Ta strona jest aktualnie online i udostępnia listę niektórych modułów dostępnych dla ZF2.

Odkryj Moduły ZF2 »

Pomoc & Wsparcie

Jeśli potrzebujesz jakiejkolwiek pomocy lub wsparcia podczas programowania na ZF2, możesz skontaktować się z nami via IRC: #zftalk w sieci Freenode. Z przyjemnością wysłuchamy wszelkich pytań lub sugestii które możesz mieć odnoście wydań beta. Alternatywnie, możesz zapisać się i wysłać pytanie na mailing lists.

Wyślij nam wiadomość na IRC »

Zend Framework 2 2.3.5
Documentation Modules Gallery Version 2.3.5 PHP Version 5.6.40-86+0~20250817.110+debian12~1.gbp00d7b7 Extensions intl ModulesApplicationUzytkownikKlientKontrahentFakturaFakturaKosztowaDOMPDFModuleZendDeveloperToolsBjyProfilerZfcBaseZfcUser
Request and Response 200 Index::index on home
Status code 200 Method GET Controller Application\Controller\Index Action index Route home Template layout/layout

  content: string

Template application/index/index

  

Execution Time 41.72 ms
1. route 28.65 ms
File: Mvc/Application.php - Line: 296
Target: Zend\Mvc\Application
2. dispatch 469.92 µs
File: Mvc/Application.php - Line: 313
Target: Zend\Mvc\Application
3. dispatch 669.00 µs
File: Controller/AbstractController.php - Line: 116
Target: Application\Controller\IndexController
4. render 621.08 µs
File: Mvc/Application.php - Line: 352
Target: Zend\Mvc\Application
5. renderer 143.05 µs
File: View/View.php - Line: 175
Target: Zend\View\View
6. renderer.post 143.77 µs
File: View/View.php - Line: 185
Target: Zend\View\View
7. renderer 145.20 µs
File: View/View.php - Line: 175
Target: Zend\View\View
8. renderer.post 140.91 µs
File: View/View.php - Line: 185
Target: Zend\View\View
9. response 6.22 ms
File: View/View.php - Line: 216
Target: Zend\View\View
10. finish 151.16 µs
File: Mvc/Application.php - Line: 353
Target: Zend\Mvc\Application
Total Time 41.72 ms
Memory Peak 3.75 Mb
1. route 3.00 Mb

Mvc/Application.php - Line: 296

2. dispatch 0 B

Mvc/Application.php - Line: 313

3. dispatch 0 B

Controller/AbstractController.php - Line: 116

4. render 0 B

Mvc/Application.php - Line: 352

5. renderer 0 B

View/View.php - Line: 175

6. renderer.post 0 B

View/View.php - Line: 185

7. renderer 0 B

View/View.php - Line: 175

8. renderer.post 0 B

View/View.php - Line: 185

9. response 512 Kb

View/View.php - Line: 216

10. finish 0 B

Mvc/Application.php - Line: 353

Memory Peak 3.75 Mb
Config Config
Merged Config (Config)
array(13) {
  ["router"] => array(1) {
    ["routes"] => array(8) {
      ["home"] => array(2) {
        ["type"] => string(28) "Zend\Mvc\Router\Http\Literal"
        ["options"] => array(2) {
          ["route"] => string(1) "/"
          ["defaults"] => array(2) {
            ["controller"] => string(28) "Application\Controller\Index"
            ["action"] => string(5) "index"
          }
        }
      }
      ["application"] => array(4) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(12) "/application"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(22) "Application\Controller"
            ["controller"] => string(5) "Index"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(1) {
          ["default"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/[:controller[/:action]]"
              ["constraints"] => array(2) {
                ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
              }
              ["defaults"] => array(0) {
              }
            }
          }
        }
      }
      ["uzytkownik"] => array(2) {
        ["type"] => string(7) "segment"
        ["options"] => array(3) {
          ["route"] => string(29) "/uzytkownik[/][:action][/:id]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(6) "[0-9]+"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(21) "Uzytkownik\Controller"
            ["controller"] => string(10) "Uzytkownik"
            ["action"] => string(5) "index"
          }
        }
      }
      ["klient"] => array(4) {
        ["type"] => string(7) "segment"
        ["options"] => array(3) {
          ["route"] => string(17) "/klient[/:action]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(6) "[0-9]+"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(17) "Klient\Controller"
            ["controller"] => string(6) "Klient"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(4) {
          ["dodaj"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(2) {
              ["route"] => string(6) "/dodaj"
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["lista"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(18) "/lista[/s/:strona]"
              ["constraints"] => array(1) {
                ["strona"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(2) {
                ["strona"] => int(1)
                ["action"] => string(5) "lista"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["edycja"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(13) "/edycja[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(6) "edycja"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["usun"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(11) "/usun[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(4) "usun"
              }
            }
            ["may_terminate"] => bool(true)
          }
        }
      }
      ["kontrahent"] => array(4) {
        ["type"] => string(7) "segment"
        ["options"] => array(3) {
          ["route"] => string(21) "/kontrahent[/:action]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(6) "[0-9]+"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(21) "Kontrahent\Controller"
            ["controller"] => string(10) "Kontrahent"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(4) {
          ["dodaj"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(2) {
              ["route"] => string(6) "/dodaj"
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["lista"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(18) "/lista[/s/:strona]"
              ["constraints"] => array(1) {
                ["strona"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(2) {
                ["strona"] => int(1)
                ["action"] => string(5) "lista"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["edycja"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(13) "/edycja[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(6) "edycja"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["usun"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(11) "/usun[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(4) "usun"
              }
            }
            ["may_terminate"] => bool(true)
          }
        }
      }
      ["faktura"] => array(4) {
        ["type"] => string(7) "segment"
        ["options"] => array(2) {
          ["route"] => string(18) "/faktura[/:action]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(18) "Faktura\Controller"
            ["controller"] => string(7) "Faktura"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(9) {
          ["dodaj"] => array(3) {
            ["type"] => string(7) "literal"
            ["options"] => array(2) {
              ["route"] => string(6) "/dodaj"
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["lista"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(108) "/lista[/k/:klientid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["klientid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["klientid"] => string(0) ""
                ["action"] => string(5) "lista"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["listajpk"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(111) "/listajpk[/k/:klientid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["klientid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["klientid"] => string(0) ""
                ["action"] => string(8) "listajpk"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["magazyn"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(110) "/magazyn[/k/:klientid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["klientid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["klientid"] => string(0) ""
                ["action"] => string(7) "magazyn"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["zklienta"] => array(2) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(15) "/dodaj/k[/:kid]"
              ["constraints"] => array(1) {
                ["kid"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
          }
          ["zfaktury"] => array(2) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(15) "/dodaj/f[/:fid]"
              ["constraints"] => array(1) {
                ["fid"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
          }
          ["edycja"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(13) "/edycja[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(6) "edycja"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["usun"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(11) "/usun[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(4) "usun"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["podglad"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/podglad[/:id][/:format]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(7) "podglad"
              }
            }
            ["may_terminate"] => bool(true)
          }
        }
      }
      ["fakturakosztowa"] => array(4) {
        ["type"] => string(7) "segment"
        ["options"] => array(2) {
          ["route"] => string(26) "/fakturakosztowa[/:action]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "FakturaKosztowa\Controller"
            ["controller"] => string(15) "FakturaKosztowa"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(9) {
          ["dodaj"] => array(3) {
            ["type"] => string(7) "literal"
            ["options"] => array(2) {
              ["route"] => string(6) "/dodaj"
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["lista"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(112) "/lista[/k/:kontrahentid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["kontrahentid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["kontrahentid"] => string(0) ""
                ["action"] => string(5) "lista"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["listajpk"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(115) "/listajpk[/k/:kontrahentid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["kontrahentid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["kontrahentid"] => string(0) ""
                ["action"] => string(8) "listajpk"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["magazyn"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(114) "/magazyn[/k/:kontrahentid][/f/:datastart/:datastop][/s/:strona][/e/:expiration][/np/:notpaid][/dpl/:dataplatnosci]"
              ["constraints"] => array(7) {
                ["strona"] => string(6) "[0-9]+"
                ["datastart"] => string(6) "[0-9]+"
                ["datastop"] => string(6) "[0-9]+"
                ["kontrahentid"] => string(6) "[0-9]+"
                ["expiration"] => string(6) "[0-1]+"
                ["notpaid"] => string(6) "[0-1]+"
                ["dataplatnosci"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["strona"] => int(1)
                ["datastart"] => string(0) ""
                ["datastop"] => string(0) ""
                ["kontrahentid"] => string(0) ""
                ["action"] => string(7) "magazyn"
                ["notpaid"] => int(0)
                ["dataplatnosci"] => string(0) ""
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["zkontrahenta"] => array(2) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(15) "/dodaj/k[/:kid]"
              ["constraints"] => array(1) {
                ["kid"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
          }
          ["zfaktury"] => array(2) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(15) "/dodaj/f[/:fid]"
              ["constraints"] => array(1) {
                ["fid"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(5) "dodaj"
              }
            }
          }
          ["edycja"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(13) "/edycja[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(6) "edycja"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["usun"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(11) "/usun[/:id]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(4) "usun"
              }
            }
            ["may_terminate"] => bool(true)
          }
          ["podglad"] => array(3) {
            ["type"] => string(7) "segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/podglad[/:id][/:format]"
              ["constraints"] => array(1) {
                ["id"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(1) {
                ["action"] => string(7) "podglad"
              }
            }
            ["may_terminate"] => bool(true)
          }
        }
      }
      ["zfcuser"] => array(5) {
        ["type"] => string(7) "Literal"
        ["priority"] => int(1000)
        ["options"] => array(2) {
          ["route"] => string(5) "/user"
          ["defaults"] => array(2) {
            ["controller"] => string(7) "zfcuser"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(6) {
          ["login"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(6) "/login"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(5) "login"
              }
            }
          }
          ["authenticate"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(13) "/authenticate"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(12) "authenticate"
              }
            }
          }
          ["logout"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(7) "/logout"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(6) "logout"
              }
            }
          }
          ["register"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(9) "/register"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(8) "register"
              }
            }
          }
          ["changepassword"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(16) "/change-password"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(14) "changepassword"
              }
            }
          }
          ["changeemail"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(13) "/change-email"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "zfcuser"
                ["action"] => string(11) "changeemail"
              }
            }
          }
        }
      }
    }
  }
  ["service_manager"] => array(4) {
    ["abstract_factories"] => array(2) {
      [0] => string(53) "Zend\Cache\Service\StorageCacheAbstractServiceFactory"
      [1] => string(37) "Zend\Log\LoggerAbstractServiceFactory"
    }
    ["aliases"] => array(2) {
      ["translator"] => string(13) "MvcTranslator"
      ["zfcuser_zend_db_adapter"] => string(23) "Zend\Db\Adapter\Adapter"
    }
    ["shared"] => array(1) {
      ["DOMPDF"] => bool(false)
    }
    ["factories"] => array(4) {
      ["DOMPDF"] => string(34) "DOMPDFModule\Service\DOMPDFFactory"
      ["ViewPdfRenderer"] => string(47) "DOMPDFModule\Mvc\Service\ViewPdfRendererFactory"
      ["ViewPdfStrategy"] => string(47) "DOMPDFModule\Mvc\Service\ViewPdfStrategyFactory"
      ["Zend\Db\Adapter\Adapter"] => string(46) "BjyProfiler\Db\Adapter\ProfilingAdapterFactory"
    }
  }
  ["translator"] => array(2) {
    ["locale"] => string(5) "pl_PL"
    ["translation_file_patterns"] => array(2) {
      [0] => array(3) {
        ["type"] => string(7) "gettext"
        ["base_dir"] => string(71) "/var/www/clients/client4/web6/web/module/Application/config/../language"
        ["pattern"] => string(5) "%s.mo"
      }
      [1] => array(3) {
        ["type"] => string(7) "gettext"
        ["base_dir"] => string(67) "/var/www/clients/client4/web6/web/vendor/ZfcUser/config/../language"
        ["pattern"] => string(5) "%s.mo"
      }
    }
  }
  ["controllers"] => array(1) {
    ["invokables"] => array(7) {
      ["Application\Controller\Index"] => string(38) "Application\Controller\IndexController"
      ["Uzytkownik\Controller\Uzytkownik"] => string(42) "Uzytkownik\Controller\UzytkownikController"
      ["Klient\Controller\Klient"] => string(34) "Klient\Controller\KlientController"
      ["Kontrahent\Controller\Kontrahent"] => string(42) "Kontrahent\Controller\KontrahentController"
      ["Faktura\Controller\Faktura"] => string(36) "Faktura\Controller\FakturaController"
      ["FakturaKosztowa\Controller\FakturaKosztowa"] => string(52) "FakturaKosztowa\Controller\FakturaKosztowaController"
      ["zfcuser"] => string(33) "ZfcUser\Controller\UserController"
    }
  }
  ["view_manager"] => array(8) {
    ["display_not_found_reason"] => bool(true)
    ["display_exceptions"] => bool(true)
    ["doctype"] => string(5) "HTML5"
    ["not_found_template"] => string(9) "error/404"
    ["exception_template"] => string(11) "error/index"
    ["template_map"] => array(4) {
      ["layout/layout"] => string(87) "/var/www/clients/client4/web6/web/module/Application/config/../view/layout/layout.phtml"
      ["application/index/index"] => string(97) "/var/www/clients/client4/web6/web/module/Application/config/../view/application/index/index.phtml"
      ["error/404"] => string(83) "/var/www/clients/client4/web6/web/module/Application/config/../view/error/404.phtml"
      ["error/index"] => string(85) "/var/www/clients/client4/web6/web/module/Application/config/../view/error/index.phtml"
    }
    ["template_path_stack"] => array(8) {
      [0] => string(67) "/var/www/clients/client4/web6/web/module/Application/config/../view"
      ["Uzytkownik"] => string(66) "/var/www/clients/client4/web6/web/module/Uzytkownik/config/../view"
      ["Klient"] => string(62) "/var/www/clients/client4/web6/web/module/Klient/config/../view"
      ["Kontrahent"] => string(66) "/var/www/clients/client4/web6/web/module/Kontrahent/config/../view"
      ["Faktura"] => string(63) "/var/www/clients/client4/web6/web/module/Faktura/config/../view"
      ["FakturaKosztowa"] => string(71) "/var/www/clients/client4/web6/web/module/FakturaKosztowa/config/../view"
      ["zenddevelopertools"] => string(90) "/var/www/clients/client4/web6/web/vendor/zendframework/zend-developer-tools/config/../view"
      ["zfcuser"] => string(63) "/var/www/clients/client4/web6/web/vendor/ZfcUser/config/../view"
    }
    ["strategies"] => array(1) {
      [0] => string(15) "ViewPdfStrategy"
    }
  }
  ["console"] => array(1) {
    ["router"] => array(1) {
      ["routes"] => array(0) {
      }
    }
  }
  ["dompdf_module"] => array(26) {
    ["font_directory"] => string(100) "/var/www/clients/client4/web6/web/vendor/dino/dompdf-module/config/../../../dompdf/dompdf/lib/fonts/"
    ["font_cache_directory"] => string(100) "/var/www/clients/client4/web6/web/vendor/dino/dompdf-module/config/../../../dompdf/dompdf/lib/fonts/"
    ["temporary_directory"] => string(33) "/var/www/clients/client4/web6/tmp"
    ["chroot"] => string(54) "/var/www/clients/client4/web6/web/vendor/dompdf/dompdf"
    ["unicode_enabled"] => bool(true)
    ["enable_fontsubsetting"] => bool(false)
    ["pdf_backend"] => string(4) "CPDF"
    ["default_media_type"] => string(6) "screen"
    ["default_paper_size"] => string(2) "a4"
    ["default_font"] => string(10) "sans-serif"
    ["dpi"] => int(96)
    ["enable_php"] => bool(false)
    ["enable_javascript"] => bool(true)
    ["enable_remote"] => bool(false)
    ["log_output_file"] => string(88) "/var/www/clients/client4/web6/web/vendor/dino/dompdf-module/config/../../data/dompdf/log"
    ["font_height_ratio"] => float(1.1)
    ["enable_css_float"] => bool(false)
    ["enable_html5parser"] => bool(false)
    ["debug_png"] => bool(false)
    ["debug_keep_temp"] => bool(false)
    ["debug_css"] => bool(false)
    ["debug_layout"] => bool(false)
    ["debug_layout_links"] => bool(false)
    ["debug_layout_blocks"] => bool(false)
    ["debug_layout_inline"] => bool(false)
    ["debug_layout_padding_box"] => bool(false)
  }
  ["db"] => array(5) {
    ["driver"] => string(3) "Pdo"
    ["dsn"] => string(56) "mysql:dbname=proinfo_faktury;host=localhost;charset=utf8"
    ["driver_options"] => array(1) {
      [1002] => string(14) "SET NAMES utf8"
    }
    ["username"] => string(15) "proinfo_faktury"
    ["password"] => string(8) "@V2qAya6"
  }
  ["zfcuser"] => array(4) {
    ["user_entity_class"] => string(29) "\Uzytkownik\Entity\Uzytkownik"
    ["auth_adapters"] => array(1) {
      [100] => string(33) "ZfcUser\Authentication\Adapter\Db"
    }
    ["login_redirect_route"] => string(13) "faktura/lista"
    ["table_name"] => string(10) "uzytkownik"
  }
  ["faktura"] => array(5) {
    ["numer_format"] => string(17) "numer/miesiac/rok"
    ["format_daty"] => string(5) "d-m-Y"
    ["stawki_vat"] => array(8) {
      ["s23"] => array(3) {
        ["label"] => string(3) "23%"
        ["value"] => string(3) "s23"
        ["mnoznik"] => float(0.23)
      }
      ["s22"] => array(3) {
        ["label"] => string(3) "22%"
        ["value"] => string(3) "s22"
        ["mnoznik"] => float(0.22)
      }
      ["s8"] => array(3) {
        ["label"] => string(2) "8%"
        ["value"] => string(2) "s8"
        ["mnoznik"] => float(0.08)
      }
      ["s7"] => array(3) {
        ["label"] => string(2) "7%"
        ["value"] => string(2) "s7"
        ["mnoznik"] => float(0.07)
      }
      ["s5"] => array(3) {
        ["label"] => string(2) "5%"
        ["value"] => string(2) "s5"
        ["mnoznik"] => float(0.05)
      }
      ["s3"] => array(3) {
        ["label"] => string(2) "3%"
        ["value"] => string(2) "s3"
        ["mnoznik"] => float(0.03)
      }
      ["s0"] => array(3) {
        ["label"] => string(2) "0%"
        ["value"] => string(2) "s0"
        ["mnoznik"] => int(0)
      }
      ["szw"] => array(3) {
        ["label"] => string(3) "zw."
        ["value"] => string(3) "szw"
        ["mnoznik"] => int(0)
      }
    }
    ["sposoby_platnosci"] => array(3) {
      [0] => string(7) "przelew"
      [1] => string(8) "gotówka"
      [2] => string(11) "przedpłata"
    }
    ["status"] => array(3) {
      [0] => string(12) "wygenerowana"
      [1] => string(11) "wydrukowana"
      [2] => string(10) "zapłacona"
    }
  }
  ["fakturakosztowa"] => array(5) {
    ["numer_format"] => string(17) "numer/miesiac/rok"
    ["format_daty"] => string(5) "d-m-Y"
    ["stawki_vat"] => array(8) {
      ["s23"] => array(3) {
        ["label"] => string(3) "23%"
        ["value"] => string(3) "s23"
        ["mnoznik"] => float(0.23)
      }
      ["s22"] => array(3) {
        ["label"] => string(3) "22%"
        ["value"] => string(3) "s22"
        ["mnoznik"] => float(0.22)
      }
      ["s8"] => array(3) {
        ["label"] => string(2) "8%"
        ["value"] => string(2) "s8"
        ["mnoznik"] => float(0.08)
      }
      ["s7"] => array(3) {
        ["label"] => string(2) "7%"
        ["value"] => string(2) "s7"
        ["mnoznik"] => float(0.07)
      }
      ["s5"] => array(3) {
        ["label"] => string(2) "5%"
        ["value"] => string(2) "s5"
        ["mnoznik"] => float(0.05)
      }
      ["s3"] => array(3) {
        ["label"] => string(2) "3%"
        ["value"] => string(2) "s3"
        ["mnoznik"] => float(0.03)
      }
      ["s0"] => array(3) {
        ["label"] => string(2) "0%"
        ["value"] => string(2) "s0"
        ["mnoznik"] => int(0)
      }
      ["szw"] => array(3) {
        ["label"] => string(3) "zw."
        ["value"] => string(3) "szw"
        ["mnoznik"] => int(0)
      }
    }
    ["sposoby_platnosci"] => array(3) {
      [0] => string(7) "przelew"
      [1] => string(8) "gotówka"
      [2] => string(11) "przedpłata"
    }
    ["status"] => array(3) {
      [0] => string(12) "wygenerowana"
      [1] => string(11) "wydrukowana"
      [2] => string(10) "zapłacona"
    }
  }
  ["session"] => array(3) {
    ["config"] => array(2) {
      ["class"] => string(33) "Zend\Session\Config\SessionConfig"
      ["options"] => array(1) {
        ["name"] => string(7) "faktura"
      }
    }
    ["storage"] => string(40) "Zend\Session\Storage\SessionArrayStorage"
    ["validators"] => array(2) {
      [0] => string(33) "Zend\Session\Validator\RemoteAddr"
      [1] => string(36) "Zend\Session\Validator\HttpUserAgent"
    }
  }
  ["zenddevelopertools"] => array(3) {
    ["profiler"] => array(6) {
      ["enabled"] => bool(true)
      ["strict"] => bool(true)
      ["flush_early"] => bool(false)
      ["cache_dir"] => string(10) "data/cache"
      ["matcher"] => array(0) {
      }
      ["collectors"] => array(0) {
      }
    }
    ["events"] => array(3) {
      ["enabled"] => bool(true)
      ["collectors"] => array(0) {
      }
      ["identifiers"] => array(0) {
      }
    }
    ["toolbar"] => array(5) {
      ["enabled"] => bool(true)
      ["auto_hide"] => bool(false)
      ["position"] => string(6) "bottom"
      ["version_check"] => bool(false)
      ["entries"] => array(0) {
      }
    }
  }
}
Application Config ApplicationConfig
Application Config (ApplicationConfig)
array(2) {
  ["modules"] => array(11) {
    [0] => string(11) "Application"
    [1] => string(10) "Uzytkownik"
    [2] => string(6) "Klient"
    [3] => string(10) "Kontrahent"
    [4] => string(7) "Faktura"
    [5] => string(15) "FakturaKosztowa"
    [6] => string(12) "DOMPDFModule"
    [7] => string(18) "ZendDeveloperTools"
    [8] => string(11) "BjyProfiler"
    [9] => string(7) "ZfcBase"
    [10] => string(7) "ZfcUser"
  }
  ["module_listener_options"] => array(2) {
    ["module_paths"] => array(2) {
      [0] => string(8) "./module"
      [1] => string(8) "./vendor"
    }
    ["config_glob_paths"] => array(1) {
      [0] => string(39) "config/autoload/{,*.}{global,local}.php"
    }
  }
}
Database (Zend\Db) 0 in 0 s
Quantity create 0 read 0 update 0 delete 0 Time create 0 s read 0 s update 0 s delete 0 s Query Profiles