[Wiki] Insert data from database to another database table
According to below wiki we could migrate database schema to another database http://www.yiiframework.com/wiki/701/migration-the-database-schema-to-another-one/ A simple way but writing a lot of code is...
View Article[Extension] bootui-select2
Bootstrap Select2 is a jQuery based replacement for select boxes.
View Article[Wiki] DB Driven CMenu (Widget)
Awhile ago I was trying to find a database driven CMenu system to add to my web applications. This always seemed to me that it would be a lot easier to manage if it where in a database. So the...
View Article[Wiki] Relational data fields display and edit with the yii2-detail-view...
If you have read this wiki you would be aware of the yii2-detail-view extension and how it offers you an easy way to EDIT and VIEW your model data, toggle these modes, and other features. You can read...
View Article[Wiki] Sort and save order of model-elements drag & drop
Suppose you have Products,Categories and each product belongs in many categories Product (id,name) Category (id,name) ProductCategory (id,productId,categoryId,Order) Suppose also that the Order define...
View Article[Wiki] Book Has Author - Many to Many relations using Kartik\Select2
I could make this work following same useful tips from this post. But I really fell that my code could be 'smarter' (I'm a begginer), so please comment if you have any good idea to improve it. First,...
View Article[Wiki] Managing different Bootstrap form layouts with yii2-field-range...
This wiki will explain how you can use the Field range extension with multiple Bootstrap form layouts (vertical or horizontal). You maybe aware, that the yii2-field-range extension enables you to...
View Article