[Extension] yii2-repeater
An Yii2 widget enable you to implement Yii2 tabular with a simple way.
View Article[Extension] yii2-usuario
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
View Article[Wiki] Working with relational removals by yii2
This tutorial shows you how to safely and safely remove relationships between relationships and multiple lines. First we create three tables using a Many to Many relationship. ** Important: Apply...
View Article[Wiki] Yii2 GridView Sorting and Searching with a Junction Table Column(Many...
Following is the table structure tblgroups CREATE TABLE IF NOT EXISTS `tblgroups` ( `id` int(11) NOT NULL, `groupname` varchar(150) NOT NULL, `status` tinyint(1) NOT NULL DEFAULT '1' COMMENT...
View Article[News] Recent security issues with PHPMailer and SwiftMailer
Recently three security vulnerabilities in PHPMailer and SwiftMailer have been announced: 25.12.2016, CVE-2016-10033 Remote Code Execution vulnerability in PHPMailer 27.12.2016, CVE-2016-10045 Remote...
View Article[Extension] yii2-ajax-sort
Vertical list of elements, drag and drop to sort list, every event drop item - ajax send request - Param array.
View Article[Extension] ip2location
This extension use IP2Location BIN database to lookup visitor geographical location by their IP address.
View Article[Extension] yii2-ip2location-extension
This extension use IP2Location BIN database to lookup visitor geographical location by their IP address.
View Article[Wiki] Show raw SQL query
Here's a quick tip to dump the SQL for query. $query = new Books::find()->where('author=2'); echo $query->createCommand()->sql; or to get the SQL with all parameters included try:...
View Article[News] Yii 2.0.11 is released
We are very pleased to announce the release of Yii Framework version 2.0.11. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version. Version...
View Article[Extension] yii2-forcecopy
Add button to the toolbar to enable/disable the asset manager forceCopy setting.
View Article[News] MongoDB extension version 2.1.3 released
We are very pleased to announce the release of MongoDB extension version 2.1.3 which brings 8 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.11...
View Article