[Extension] yii2-menu
Creating links, drop menus, line (diver) in the navbar-left and/or navbar-right
View Article[Extension] yii2-bootstrap-media-lightbox
A lightweight and borderless media lightbox extension for bootstrap3
View Article[Extension] yii2-uploader
JQuery responsive multiple image uploader. You can include descriptions and ordering.
View Article[Wiki] Relational Query - Lazy Loadnig and Eager Loading in Yii 2.0
It's well known that there are Lazy Loading approach and Eager Loading approach in the relational query. But it's very important to know how the Eager Loading approach works in Yii 2, since it has...
View Article[Extension] newsletter
Creating & sending dynamic email template for different events like REGISTRATION, FORGOT PASSWORD, etc.
View Article[Extension] yii2-newsletter
Creating & sending dynamic email template for different events like REGISTRATION, FORGOT PASSWORD, etc.
View Article[News] Yii 1.1.17 is released
We are very pleased to announce that Yii Framework version 1.1.17 is released. You can download it at yiiframework.com/download/. In this release, we have included 36 enhancements and bug fixes. For...
View Article[Extension] yii2-redis-counter
Redis Counter implements fast atomic counters using Redis storage.
View Article[Extension] yii2-kont-trevor
yii2 content builder upon bootstrap, mustache and of course sir-trevor
View Article[Wiki] Language Selector
common\components\LanguageSelector.php <?php namespace common\components; use yii\base\BootstrapInterface; use yii\web\Cookie; use yii\base\Exception; class LanguageSelector implements...
View Article[Extension] yii2-quiz
Module that allows you to create true/false timed quizzes with pagination
View Article[Wiki] How to use Listbox and CheckboxList
Scenario Assume we want to create a page that gathers a user's favorite foods. There are many users, and many foods too. And we define users' favorite foods using a junction table. Models Here are 4...
View Article[Wiki] CMenu widget like bootstrap navbar with submenu
Expand the menu <div class="collapse navbar-collapse navbar-ex-collapse"> <?php $this->widget('zii.widgets.CMenu', array( 'items'=>array( // Important: you need to specify url as...
View Article[News] Yii 2.0.7 is released
Yii 2.0.7 is released We are very pleased to announce the release of Yii Framework version 2.0.7. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this...
View Article