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.

Introducing the Twig 3 Certification

Twig is the fast, flexible, and secure template language for PHP. Twig syntax
has been designed to be concise and easy to learn. This allows Twig to be used
by all kinds of professionals, including designers, to build web sites.





A Week of Symfony #789 (7-13 February 2022)

This week, the upcoming Symfony 6.1 version deprecated the $defaultName property in Console commands and added a new cache:pool:invalidate-tags command to ease the management of cache pools. Meanwhile, we discussed about bumping PHP to 8.1 in Symfony 6.1.





Meteor 2.6 and Mongo

Meteor 2.6 and Mongo 5Hello, everyone.Meteor 2.6 main highlight is the usage of the newest node-mongodb-driver and the support of MongoDB 5, but there is also room in this announcement for Cordova, so stay with me here!





[news] Yii 2.0.45

We are very pleased to announce the release of Yii Framework version 2.0.45.
Please refer to the instructions at https://www.yiiframework.com/download/
to install or upgrade to this version.
This release makes Yii 2 compatible with PHP 8.1, fixes a number of bugs and adds some extensions. Special thanks to longthanhtran, pamparam83, sartor, githubjeka for contributing compatiblity fixes.





Manage Git Branches with git-trim


Have you ever needed to clean up stale or old local branches that have already been merged and deleted on GitHub? Check out git-trim.
The post Manage Git Branches with git-trim appeared first on Laravel News.





[news] Yii Swagger 1.2.0

Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI generation via Yiisoft\Swagger\Service\SwaggerService in config/params.php: