[Extension] yii2-syncsocial
Extension synchronizes your Active Record model with social networks.
View Article[Wiki] Multiple CGridView virtual attributes, retrieved from a single model...
We probably have all used a virtual attribute (model function) to retrieve complex or related data for a CGridView column: array( 'name' => ... , 'value' => '$data->getModelFunction()',...
View Article[Extension] yii-multilevel-vertical-menu
This extension consists of a multilevel vertical menu.
View Article[Wiki] yii2-app-advanced on single domain (Apache, Nginx)
Introduction If you develop rather complex applications with Yii2, you might already be familiar with yii2-app-advanced application template. Well, the template is awesome and provides high flexibility...
View Article[Extension] yii2-multilevel-vertical-menu
This extension consists of a multilevel vertical menu.
View Article[Wiki] Scope to test existance of related records
When one needs to select a record in a table that do not have related records through a relation, it is generally suggested to use a subquery. Personnaly, I prefer a high level approach, and I have a...
View Article[Wiki] Console Based CAuthManager Helper
What is For ? This behavior enable you to command the RBAC (CAuthManager based) via console. Let start by supposing you currently have a "foo" console command application, as you may already know the...
View Article[Wiki] Dynamic Tabular Inputs
On my experience in Yii IRC, once in a while there would be someone that asks about how to create pages that handles 1 main model and its submodel and saving the changes in a single click. i wrote the...
View Article[Extension] yii-multilevel-horizontal-menu
This extension consists of a multilevel horizontal menu.
View Article[Extension] yii2-multilevel-horizontal-menu
This extension consists of a multilevel horizontal menu.
View Article[Extension] yii2-devicedetect
Extension to detect device type on the server side (via user agent)
View Article[Wiki] Simple way to implement Dynamic Tabular Inputs
On my experience in Yii IRC, once in a while there would be someone that asks about how to create pages that handles 1 main model and its submodel and saving the changes in a single click. i wrote the...
View Article[Extension] yii2-button-dropdown-sorter
Bootstrap ButtonDropdown to use as sorter in yii2 widgets
View Article