[Extension] yii2-relation-search-filter
Simple extension for making searching and filtering by related field simple.
View Article[Wiki] How to have truly multilingual URLs
Introduction We can easily have a multilingual site if we put a "lang" parameter that comes via GET. For example: <?php echo CHtml::link('Games', array('/site/games', 'lang' => 'en')); echo...
View Article[Extension] yii2-switchcasevalidator
Validator that will run on switch-case-like conditional
View Article[Wiki] Execute migration on server/linux using shell
It's easy to execute migration locally on XAMPP using cmd, but on server where you script is it's little bit harder. I use Linux server with cPanel. I wanted to execute migration for yii2-user. This is...
View Article[Wiki] Simple Google Maps object for use with ajax maps
The Google mapping extension by Dos Amigos (link) is really great but there are difficulties with Google maps when you want to manipulate your map object with Ajax. Thanks to some core code from Dos...
View Article[Extension] yii2-pagesize-widget
Widget for enabling dynamic page size selection on yii2 GridView
View Article[Extension] yii-combogrid
This plugin allows you to use combogrid in your yii application
View Article[Extension] yii2-wizardwidget
Multi step wizard widget using tabs to guide a user through steps to complete a task.
View Article[Wiki] Yii2: Query build for complexity SQL
As for complexity SQL query we have two solutions as below, I will discuss #2 in this article. Two solutions: 1. Build view in SQL database to simplify the search in advance. 2. Build SQL query in...
View Article