[Extension] w-create-dialog-bootstrap-base
creates a dialog box for forms using CJuiDialog for any controller
View Article[Wiki] Using Yii Gallery Manager in your Yii 1.x application
Finding good looking, working and not abandoned gallery manager for Yii 1.x application is a tough task. Out of all I found, only yii-gallery-manager extension looked promising. But, after downloading...
View Article[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[Extension] yii2-payment-reference-validator
A yii2 validator for validating a Dutch 'betalingskenmerk' and Belgium 'gestructureerde mededeling'.
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 via console. This avoids you to install a entire rbac graphic toolkit to set up some rules in the rbac, maybe you are running inside a ssh...
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