[Wiki] How to make bootstrap tabs remain active/selected after navigating to...
Bootstrap tabs gets unselected/inactive when user navigates to other page and comes back. How to make bootstrap tabs remain active/selected after navigating to different web pages. Steps : > 1: Add...
View Article[News] Twig extension version 2.0.6 released
We are very pleased to announce the release of the Twig extension version 2.0.6 fixing regression introduced by version 2.0.5. Note that it's likely that it is the last 2.0.x release and the next one...
View Article[Wiki] How to customize your grid columns visible and order by user themselves
Goal Cusomized your grid columns by user themselves, allow user to hide/show columns or re-order the columns sequences. Sample Picture The final result look like below, you can hide/show any columns....
View Article[News] Yii 2.0.10 is released
We are very pleased to announce the release of Yii Framework version 2.0.10. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version. Version...
View Article[News] New member joining Yii team
We are very glad to announce that we have a new member joining the core team. His name is Boudewijn Vahrmeijer. He's from Netherlands. If you follow Yii development at GitHub, most probably, you've...
View Article[Extension] yii2-ajax-box-widget
Ajax Box for YII2, load or display any content with this AdminLTE inspired Box.
View Article[News] HTTP client extension version 2.0.2 released
We are very pleased to announce the release of the HTTP client extension version 2.0.2, which brings the following significant bug fixes: Fixed StreamTransport failure to collect headers for HTTP...
View Article[News] MongoDB extension version 2.1.2 released
We are very pleased to announce the release of MongoDB extension version 2.1.2 which brings 5 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.10...
View Article[Extension] yii2-merge-table
Split up a large dataset into multiple, more manageable smaller datasets (MyISAM) using MySQL and the MERGE engine.
View Article[News] Imagine extension version 2.1.0 released
We are very pleased to announce the release of the Imagine extension version 2.1.0. This release uses 0.6.x versions of imagine library and may break backwards compatibility if you are working with...
View Article[Wiki] Yii2 GridView Sorting and Searching with a Junction Table Column(Many...
I have three tables 1)-tblcontacts 2)-tblgroups 3)-tblcontactsgroups(junction table) Following is the table structure tblgroups CREATE TABLE IF NOT EXISTS `tblgroups` ( `id` int(11) NOT NULL,...
View Article[Wiki] Optimize Scenarios for yii2
Working with scenarios, with models that can receive many modifications in their rules or structures as development evolves, can create disruptions in the rescue process. One way to avoid this disorder...
View Article[Wiki] REST API and null values in XML
I have been working on a REST API using the excellent tools provided by Yii2. My problem was that I have to differentiate between empty values and null values. In other words, <elem></elem>...
View Article