On the server side, symfony stores user sessions in files by default.
Po stronie serwera symfony domyślnie przechowuje sesje w plikach.
In symfony, this kind of logic is kept in actions.
W Symfony ten rodzaj logiki jest przechowywany w akcjach.
I can say my symfony knowledge and confidence level is gone up after this training.
Mogę powiedzieć, że moja wiedza na symfony i poziom pewności siebie wzrosły po tym treningu.
In symfony, privileges are composed of two parts
W symfony przywileje składają się z dwóch części
The tools provided by symfony for this purpose allow the creation of secure applications, where users need to be authenticated before accessing some features or parts of the application.
Narzędzia dostarczane przez symfony pozwalają na tworzenie bezpiecznych aplikacji, w których użytkownicy muszą przejść proces uwierzytelnienia, zanim uzyskają dostęp do części funkcjonalności.
If there is a security.yml, symfony looks for the name of the requested action and, if it exists, checks the fulfillment of the security requirements.
Jeżeli istnieje plik security.yml, symfony poszukuje nazwy wywołanej akcji i, jeżeli ta istnieje, sprawdza spełnienione wymagania bezpieczeństwa.
In symfony, the controller layer, which contains the code linking the business logic and the presentation, is split into several components that you use for different purposes
W symfony warstwa kontrolera, która zawiera kod odpowiedzialny za łączenie logiki biznesowej i prezentacji, jest podzielona na kilka komponentów służących do różnych celów
In symfony, the controller layer is split into two parts: the front controller, which is the unique entry point to the application for a given environment, and the actions, which contain the page logic.
Warstwa kontrolera symfony jest podzielona na dwie części: front controller, który jest punktem wejścia aplikacji w danym środowisku, oraz akcje, zawierające logikę aplikacji.
mobilne, ios, android, strony www, e-commerce, sklepy, user experience, user interface, web design, projektowanie, social marketing, digital marketing, agile, scrum, software, programowanie, angular, react, redux, nodejs, symfony
aplikacje mobilne, ios, android, strony www, e-commerce, sklepy, user experience, user interface, web design, projektowanie, social programowanie, angular, react, redux, nodejs, symfony
Added feedback about the current symfony version
Dodano opinie o aktualnej wersji symfony
If you are not interested in symfony's internals, that's all that you need to know about the front controller.
Jeżeli nie jesteś zainteresowany szczegółami symfony, to posiadasz całą niezbędną Ci wiedzę na temat front controllera.
You could use this mechanism to implement form validation (that is, control the values entered by the user in a form before processing it), but this is the type of repetitive task for which symfony provides automated tools, as described in Chapter 10.
Możesz użyć tego mechanizmu, aby zaimplementować walidację formularzy (tj. kontrolować wartości wprowadzane przez użytkownika w formularzu, zanim zostaną przetworzone), lecz jest to typ powtarzalnego zadania, dla których symfony posiada zautomatyzowane narzędzia, które opisano w rozdziale 10.
You may want to execute a script from the command line (or via a cron table) with access to all the symfony classes and features, for instance to launch batch e-mail jobs or to periodically update your model through a process-intensive calculation.
Pliki wsadowe Czasami istnieje potrzeba wywołania skryptu z linii poleceń (lub z tabeli crona), posiadając dostęp do wszystkich klas i możliwości symfony, na przykład, aby wysłać e-maile lub uaktualnić model poprzez wykonanie kosztownych obliczeń.