[News] A new Yii 2.0 book is released
Yii 2 Application Development Cookbook - Third Edition was just released by PACKT publishing. The book is based on the Alexander Makarov (@samdark) book about Yii 1.1. All the old recipes were refined...
View Article[Wiki] Interactive mode command-line command for Yii1
For one of my projects I needed an interactive console command in Yii 1, i.e. the one that is gathering all information from user in an interactive mode (a serie of questions and answers displayed...
View Article[Extension] yii2-intldatebehavior
Automatic Change Date System of an ActiveRecord After finding It.
View Article[News] ApiDoc extension version 2.0.6 and 2.1.0 released
We are very pleased to announce the release of the ApiDoc extension version 2.0.6 and 2.1.0. Both releases come with a lot of bug fixes which make the documentation generation process more robust...
View Article[News] Interactive Shell Extension for Yii 2
We are very pleased to announce the first release of the yii2-shell extension. As the name says, it's an interactive shell based on psysh. After installing the package via requiring yiisoft/yii2-shell...
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] Debug toolbar extension version 2.0.7 released
We are very pleased to announce the release of the Debug Toolbar extension version 2.0.7. In this release there are more than twenty bug fixes, enhancements and three new features. Fixes and...
View Article[Extension] yii2-radtools
Rapid Application Development tools to quickly build interconnected crud UI.
View Article[Extension] yii2-jade
The Tale Jade Template Engine brings the popular and powerful Templating-Language Jade for Node.js to PHP!
View Article[Wiki] Yii2's RBAC with three roles (admin, editor, author)
One of my project needed roles. Needed permissions and authorizations were not complex enough to require additional plugins or extensions, I only wanted to deal with Yii. So, let's see how I did, one...
View Article[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