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.

[extension] mgrechanik/yii2-activefield-additional-error

Additional span with error class for ActiveField

  1. What is it about?
  2. Installing
  3. How to use

What is it about? Bootstrap 4 and 5 are expecting `html` like this to decorate validation error:





[news] “The Yii Book (2nd Edition)” Version 2.0

Larry Ullman posted the final revision of his Yii Book 2nd Edition about Yii2.
Have a good read





[extension] mgrechanik/gridviewfilterfix

Fix for Yii2 GridView filter functionality to work properly with Bootstrap 4 and Bootstrap 5

  1. What is it about?
  2. Installing
  3. How to use

What is it about?





[news] Yii Factory 1.3

Version 1.3 of Yii Factory package is released.
In this version added StrictFactory that differs in that it processes only configured definitions.





ConFoo 2025

ConFoo is back for its 23rd edition, at Hotel Bonaventure in Montreal, with a full stack of incredible talks with the best speakers in tech. You can check our newest program right now on our websiteWith over 190 presentations, offered by over a hundred local and international speakers, ConFoo took on the mission to bring an outstanding diversity of content to expand your knowledge, increase your productivity and boost your development skills.





Securing Laravel Sessions with ID Regeneration

Session security is crucial for protecting user data. Laravel provides robust session management tools, including session ID regeneration capabilities. Let's examine how to implement this security feature effectively.