[Extension] yii2-backstretch
Create full background images and slideshows with JQuery Backstretch.
View Article[Extension] yii2-date-range
Advanced date range picker control for Yii 2.0 using Bootstrap 3.x styles
View Article[Extension] yii2-foundation
The most advanced responsive front-end framework in the world.
View Article[Wiki] Using updateAll and deleteAll with scopes
Usually you are not using CActiveRecord->updateAll() and CActiveRecord->deleteAll() without a limiting search condition. While both of these functions allow you to specify a $condition as a...
View Article[Wiki] Tutorial about How to Integrate Yii2 with fantastic theme AdminLTE
Yii2 comes with a charming twitter bootstrap version 3. But if it is less, then you can integrate with web templates that you like. One example is wonderfull template "adminLTE"...
View Article[Extension] favorite-tweets
Yii extension for display favorite tweets in a beautiful CSS3 interface.
View Article[Extension] yii2-gouble-model-gii
Generates two ActiveRecord class for a database table. An empty one you can extend and and a base one.
View Article[Wiki] How to create the custom Drop-down using CHtml::dropDownList
Hi Friends, This tutorial may be help us create the custom drop-down menu using CHtml::dropDownList 1) first create/copy the drop-down menu in your _form.php file <div class="control-group">...
View Article[Wiki] How to Update all input button price value using jquery
Hi Friends, In this tutorial, how to update the sum of all the button data-price value using jquery, Just Follow three step and it's work easily.I hope It may be some helpful to others. 1) first you...
View Article[Extension] yii2-popover-x
An enhanced bootstrap popover for Yii 2.0 that combines both the popover and modal features.
View Article[Extension] sweelix-yii2-nosql
This extension allow the use of ActiveRecords with the Riak database
View Article[Wiki] How to show Image view after upload and delete view image using...
Hi Friends, In this tutorial you can use the eajaxupload-extension , After image upload, How to see image view after uploaded like below image using this extension 1) copy that code on view file but...
View Article[Wiki] How to show a Captcha in CForm?
In this wiki I will show how could use a Captcha in yii CForm. The easy way to show captcha image is create a form using CHtml method & CActiveForm, but CForm also should be able to show a captcha....
View Article[Wiki] Manage Email Template content from database
Hi Friends, In this tutorial, how to manage email Template content on Yii Back-end? Manage the content from Back-end view the content front-side 1) create the table like CREATE TABLE `emil_template` (...
View Article[Wiki] Search scenario (CGridView, etc.): avoid default values from database...
Yii has a neat "trick" that will assign default values to new CActiveRecords. When performing a search() though, this is pretty annoying as they automatically apply as filter values. The issue is not...
View Article[Wiki] Expert's model generation with Gii
Efficient coding with Yii implies efficient use of the code generator. This article shares the personalised Gii templates that were built starting from the standard templates proposed by AweGen. This...
View Article[Extension] yii2-heart
Yii2-heart is set of extension (widget, modules, wrapper, etc) to easiest developer in application development
View Article