[Wiki] SVG/PNG CHtml:image replacement to provide SVG when the browser...
Modern browsers support SVG, older browsers do not. This replacement for CHtml::image() allows you to handle to propose SVG in an efficient way with PNG as a fallback. For each 'svg' you have, you need...
View Article[Wiki] Provide SVG when the browser supports it, else PNG (using CHtml::image...
Modern browsers support SVG, older browsers do not. This replacement for CHtml::image() allows you to handle to propose SVG in an efficient way with PNG as a fallback. On the first load, it will wrap...
View Article[Extension] yii2-improved-advanced-template
This template is remake of default advanced template, with extra functionalities included and is shared hosting friendly.
View Article[Extension] yii2-improved-basic-template
This template is remake of default basic template, with extra functionalities included and is shared hosting friendly.
View Article[Wiki] Analyse the server's USER-AGENT against browsecap file to determine...
Does your application need to know user's details on browser details, os and device type? We can use PHP's misc. function to achieve that provided you have an update copy of browsercap.ini <?php /**...
View Article[Extension] yii-input-mask
Based on Robin Herbots jquery.inputmask 3.1.34 ,This extension helps the user with the input by ensuring a predefined format.
View Article[Extension] yii-member
Yii-Member brings traditional members/admin user directory separation to Yii.
View Article[Extension] autoactiveform
A faster way to draw complex forms also with -/r/w RBAC support
View Article[Wiki] Yii Rights Management Tips
yii rights some tips.. Create a role manually first we have to create a role manually and add some operations and/or tasks to the role according to the needs assume the role created was 'clients'...
View Article[Extension] yii2-gtreetable
A wrapper for bootstrap-gtreetable, Twitter Bootstrap 3 plugin.
View Article[Extension] yii2-krajee-base
Foundation classes and components used by Krajee Yii2 extensions
View Article[Wiki] RBAC Super Simple with Admin and User
One of the common requests I see in the forum is how to implement RBAC. While you can implement Yii 2's built-in RBAC, that might be too much for developers who are just starting with Yii 2 or have...
View Article[Extension] yii2-themepicker
This is a simple extension to pick themes. The user chooses a theme from a dropdown box.
View Article[Wiki] Pjax on ActiveForm and GridView - Yii2
Here is a example on how to use Pjax with GridView (yii\grid\GridView) and ActiveForm (yii\widgets\ActiveForm) widgets in Yii2. The example uses a db table "countries" with field id, name Controller...
View Article