[Extension] yii2-widget-select2
Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets)
View Article[News] Yii 2.0.4 is released
We are very pleased to announce the release of Yii Framework version 2.0.4. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version. Version...
View Article[Wiki] Load data from internal/external source to fill form fields
Overview This wiki is to show you how to use jQuery get and JSON to get data from a dropdown/any form field and fill form fields with the values instantaneously. First, I'll give example use cases of...
View Article[Wiki] SELECT WHERE WHERE COUNT from 4 relation
I will explain you our project issue: We Have 4 Relation Tables: User: id, etc. Services: id, user_id, etc. Workdays: id, service_id, workday_id(Weeks - id, weekdayname, etc.) Workhours: id,...
View Article[Extension] bootstrap-rtl
The Twitter Bootstrap Rtl extension for the Yii 2.0 framework
View Article[Extension] yii-dbeanstalkd
Distributed wrapper for beanstalkd client with basic weighted algorithm and graceful handling of connection failures
View Article[Extension] logical-deletion
This feature would replace $model->delete() calls when data needs to be preserved
View Article[Extension] model-mass-insertion
This extension allows for easy mass insertion of models while retaining yii 1.1.14 implementation and model validation
View Article[Extension] model-unique-validation
Allows for easy model validation against all columns while excluding those which are passed in via array
View Article[Extension] yii2-dynamic-ar
Dynamic, strunctured (NoSQL-like) attributes in ActiveRecord and ActiveQuery (Maria 10 Dynamic Columns)
View Article[Wiki] Before Query Example : Soft Delete
This is how i do before query on Yii 2.0 1. Base Trait Before Query namespace common\traits\base; trait BeforeQueryTrait{ public static function find() { $obj = new static; $class = new...
View Article