Category: yii2

Sourcehunt PHP Xmas 2015: Give the Gift of Pull Requests!

Before we round the year up, there’s one more issue of Sourcehunt to publish, as a small Xmas gift to all the underrepresented open source projects out there. Let’s get everyone some more contributors, shall we?mindplay-dk/unbox [8 ★] There’s no shortage of container-interop compatible container implementatio...

Rendering Data in Yii 2 with GridView and ListView

In my previous article about the Yii 2.0, I introduced the ActiveRecord implementation. Once you have some data in your database you’ll want to be able to show it. Yii uses DataProviders to interact with data sources and it provides some widgets to output the data. Of these, the ListView and GridView provide the most...