[Wiki] checkBox in CGridview
some when you need to add checkbox in cgridview and change state of selected rows by additianal parameters. in view : <div > <?php echo ' <span>change status to...
View Article[News] Yii 1.1.16 is released
We are very pleased to announce that Yii Framework version 1.1.16 is released. You can download it at yiiframework.com/download/. In this release, we have included more than 120 enhancements and bug...
View Article[Extension] yii-advanced-filters
Improves Yii's grid filters by allowing more powerful search terms.
View Article[Extension] yii2-reversed-pagination
reversed pagination with redistribution items on page and paginator
View Article[Extension] yii2-giiant
Extended models and CRUDs for Gii, the code generator of Yii2 Framework
View Article[News] Yii 2.0.2 is released
We are very pleased to announce the release of Yii Framework version 2.0.2. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version. Version...
View Article[Extension] yii2-showloading
Yii2 extension for showLoading jQuery plugin - to overlay loading indicator over arbitrary content (e.g. during ajax calls)
View Article[Extension] yii2-querybuilder
Extension for Yii2 Framework to work with jQuery QueryBuilder
View Article[Wiki] How to validate the uniqueness of multiple columns
I am going to show you an effective way to validate the uniqueness of multiple columns. In the following example we have 3 columns: id, category and language. class Post extends CActiveRecord { public...
View Article[Wiki] Running applications with Docker
When building PHP web applications you usually have to take care about defining and providing a consistent development and production environment for your team. This includes your application packages,...
View Article[Extension] bootui-typeahead
The twitter bootstrap typeahead extension for yii 2 framework
View Article[Extension] bootui-datetimepicker
Bootstrap Datepicker and Timepicker in one extentions
View Article[Extension] yii2-translate-manager
A module for translating multilingual elements in your project. Can be used both at the front end and at the back end.
View Article