[Wiki] Active Record snapshotting (Model data base history)
Save the day! One of the common tasks the web application might be required to perform, especially the app using some kind of a CMS, is to save the history of data changes. Your client for sure will...
View Article[Extension] yiiattributex
Store model attributes in a blob instead of table columns (CActiveRecord specialization)
View Article[Extension] yii2-tree-manager
A tree management module based on nested sets offering tree maintenance with treeview input.
View Article[Extension] yii2-phone-validator
Yii2 Phone validator wrapper on top of PhoneNumberUtil library also used by Android devices
View Article[Extension] yii2-payment-reference-validator
A yii2 validator for validating a Dutch 'betalingskenmerk' and Belgium 'gestructureerde mededeling'.
View Article[Wiki] Use kartik Growl with Yii2 flash messages
This is to show you how to use Yii2 flash messages with Kartik Growl (bootstrap notify wrapper). A default Yii2 flash message would be as follows: Yii::$app->getSession()->setFlash('success', 'My...
View Article[Wiki] yii2-app-advanced + Nginx on single domain
Introduction If you develop rather complex applications with Yii2, you might already be familiar with yii2-app-advanced application template. Well, the template is awesome and provides high flexibility...
View Article[Wiki] How to register scripts and css
REGISTER SCRIPTS First of all, we need to download the jQuery library and store it in the js folder. In this example we are using the version 2.1.3. Then, we write this in the config > main.php:...
View Article