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] aayushmhu/yii2-popupbutton

popupbutton To Install This Plugin Run
"composer require aayushmhu/yii2-popupbutton dev-main"
For Use This Plugin You Need to Write tHis Code
For Example





[extension] aayushmhu/yii2-htmltocsv

popupbutton To Install This Plugin Run
"composer require aayushmhu/yii2-popupbutton dev-main"
For Use This Plugin You Need to Write tHis Code
For Example





[extension] denisok94/helper

Helper Class

  1. include
  2. Использование
  3. Yii2

Класс с набором полезных функций, по мнению автора.
Не претендует на идеальность и единственное верное решение.
A class with a set of useful functions, according to the author.
It does not pretend to be ideal and the only correct solution.





[news] Yii Runner 1.0.0 and adapters

First release of Yii Runner was tagged. A runner hides application initialization details making configuration process easier.
For example, instead of complicated initialization, the following is enough for HTTP application's index.php:





[news] Access 1.1.0

Yii Swagger 1.1.0
Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson via config/params.php was added:





[news] ApiDoc extension version 3.0.0 released

Yii Swagger 1.1.0
Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson via config/params.php was added:





[news] Yii Swagger 1.1.0

Yii Swagger 1.1.0
Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson via config/params.php was added:





[news] Redis extension 2.0.17 released

We are very pleased to announce the release of Redis extension version 2.0.17.
This version fixes error handling during re-connection and adds protected function sendRawCommand() that one may override in his own implementation.
See the CHANGELOG for details.





[news] Config 1.1.0

Config package got a minor version.
It introduces ConfigInterface that is allowing one to customize the process of obtaining configs: