[Extension] yii2-array-field
Yii2 array field behavior, for simple storage array in you model
View Article[Wiki] Locking your Yii 2 project package versions with composer.lock
Ok, you have installed a Yii 2 basic or advanced app for the first time and completed the post install steps. You have picked up a few extensions to install for the first time as well. You would...
View Article[Wiki] Install specific Yii2 vendor extension & dependency without updating...
The tips here are for advanced usages of composer and its assumed you have read about using composer and have a knowledge of your vendor packages to be updated. Let's consider, you want to update only...
View Article[Wiki] Using your own forked version of extensions with composer
So you want to use a fork of any existing vendor extension with your Yii 2 install and use the fork, instead of original source. This does not need you to push any update or register your package on...
View Article[Extension] zyx-widget-imagex
Create OpenGraph meta tags and Schema.org markdown for images 'on-the-fly' in Yii2
View Article[Wiki] Managing your nested dropdown dependency with DepDrop widget
If you are coming over to Yii 2 from Yii 1.x, you may have already read this useful wiki for creating dependent dropdowns. You can use a similar approach in Yii 2 to do the same. But if you are looking...
View Article[Wiki] Managing a star rating with the StarRating widget in Yii 2
In Yii 1.x, there was a built in widget CStarRating based on the jquery star rating plugin. There exists no prebuilt solution in Yii2, however the same concepts can be extended using any jquery plugin....
View Article[Extension] yii2-label-inplace
A form enhancement widget for Yii framework 2.0 allowing in-field label support.
View Article[Wiki] Special Validation Rule - Fill out a Field or another group of Fields
How-To use a special validation rule If you have a form, you sometimes need special validation Rules not included in Yii. Here i share a special rule with you, i just wrote. Maybe you have the case,...
View Article[Wiki] How to Reuse File Upload Code via Behavior
hello guys now i am going to show you how to Reuse File Upload Code across multiple projects. for to reuse this code now am going to create new Behavior called UploadBehavior under components directory...
View Article[Extension] yii-auto-stat-relation
Enhanced ActiveRecord class, that automatically adds STAT relations for each HAS_MANY and MANY_MANY
View Article[Extension] yii2-dropdown-x
An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.
View Article[Extension] yii2-nav-x
An extended bootstrap Nav widget for Yii 2 with submenu drilldown.
View Article[Wiki] Displaying uploaded file from DB for update with FileInput widget
This is for folks who are using \kartik\widgets\FileInput to upload files from your client. How do you display an image for update after you have uploaded it to the server using the widget?...
View Article[Wiki] Filter & Sort by Summary Data in GridView Yii 2.0
This wiki explains how to add summary data from related models into your Yii Framework 2.0 gridview with filtering and sorting by the summary columns. Note: This is a variation to this wiki which...
View Article[Wiki] Generate CTreeview from database table and update a model
Suppose we want to set a category to product (or an item in general term), Also suppose categories has sub-categories (multi-level) How to set it ? Acorrding to...
View Article