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.

[news] View 2.1.0

Version 1.1.0 of View package is released. Immutable methods View::withAddedCommonParameters() and WebView::withAddedCommonParameters() are now available to add extra parameters available in all views and their sub-views.





[extension] avicenna

آکادمی و موسسه علمی پژوهشی ابن سینا

در این موسسسه و وبسایت مطابق با قانون پیشگیری و مقابله با تقلب در تهیه آثار علمی مصوب ۱۳۹۶/۰۵/۳۱ مجلس شورای اسلامی هیچ گونه آثار علمی به فروش نمیرسد و فقط مطابق بند پنج این قانون خدمات آزمایشگاهی، تایپ، کمک به گردآوری داده‌ها، ترجمه، تکثیر و ویراستاری اثر صورت می پذیرد و مطالب وبسای





[extension] ed-smartass/yii2-relation-behavior

yii2-relation-behavior Installation composer require ed-smartass/yii2-relation-behavior

Example use Smartass\





[extension] ed-smartass/yii2-settings

yii2-relation-behavior Installation composer require ed-smartass/yii2-relation-behavior

Example use Smartass\





[news] Mailer 3.0.0, SwiftMailer 3.0.0, and Email Log Target 3.0.0

Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface adding the following methods:





[news] Mutex and adapters 1.0.0

Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time: