Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Symfony 4.4.44 released

Symfony 4.4.44 has just been released.
Here is the list of the most important changes since 4.4.43:





A Week of Symfony #812 (18-24 July 2022)

This week was the most intense in Symfony development activity in months.





A Week of Symfony #811 (11-17 July 2022)

This week, we focused on finishing several new features for the upcoming Symfony 6.2 version: Console added support for multiple choice questions; we applied the SensitiveParameter PHP attribute to all the parameters that can contain sensitive values such as security tokens and passwords; and we enabled the use of





More conference replays available: relive our past conferences from 2020 in replay!

Since 2020, each conference we organize comes with a complete replay available for all the conference attendees but also for purchase for anyone who missed the conference and would like to watch it. If you, unfortunately, were not able to attend one of our conferences from the last years, don't worry, you can still buy a conference replay ticket to watch all the talks for any conference we organized in 2020, 2021, and 2022.





A Week of Symfony #810 (4-10 July 2022)

This week, the upcoming Symfony 6.2 version added a new feature to login users programmatically. In addition, it deprecated the recently added renderForm() method because it improved the render() method to deal with form variables.