
Hey guys. Today we are looking at a very cool and powerful part of the Yii framework – widgets
Not only is a widget is that little purple dude from the cartoon series, but it is also a little “application” almost, which you can use one line of code to call …
Yep, we want you to tell us what to write about! What Yii tutorial do you want us to publish? Anything from a Yii login system, to widgets, even simple stuff like changing layout, anything you want! Request your desired tutorial below and we will see what we can do …
I’m sure you know MYSQL and you know how to query the database with MYSQL and php. But what about Yii? In this tutorial we will be looking at how to get data out the database with Yii. When querying the database we use the model to get the data …
Here we will be looking at how to add dynamic data (entries fro ma database table) to a drop down list using Yii’s Chtml listData. Let’s imagine that we have a database table called countries and we want to add a drop down list menu to our view which displays …
Hello everyone. In this tutorial we will be looking at setting up the Yii framework and create our skeleton app step by step. Lets begin.
Firstly, we need to download the Yii framework. This can be done from the Yii Framework website. When the download is complete, unzip the file and …