[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[Wiki] CRUD operation in Yii framework
Simple Yii Script for performing CRUD operations: Greetings, This tutorial teach you the simple way to perform the crud operation in Yii framework, its easy to perform the database operation in Yii....
View Article[Extension] yii2-dynagrid
Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
View Article[Extension] social-links
All top social media links like - facebook, twitter, linkedin etc.
View Article