Wiki

Articles in category "tutorials"X
Displaying 21-30 of 175 result(s).

How to display static pages in Yii with database content?

Created 8 months ago by yasenTutorials4 comments – viewed 9,318 times – ( +4 )
To extend further static pages as shown by Qiang http://www.yiiframework.com/wiki/22/how-to-display-static-pages-in-yii/ here're the steps to take:

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 13,604 times – ( +19 )
Creating Yii applications with composer

Catching bounce messages (NDR) and piping them to a Yii command

Created 9 months ago by bennounaTutorials0 comments – viewed 3,420 times – ( +1 )
In order to avoid bounce messages and unsolicited registrations, most webapps send automatic activation emails upon user registration, and the account remain inactive as long as it is not activated. Better yet, you can periodically purge your data by removing accounts that have not yet been activated.

Ajax form submiting in Yii

Created 9 months ago by sirin kTutorials6 comments – viewed 30,028 times – ( +6 / -3 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.

Displaying, sorting and filtering HasMany & ManyMany relations in CGridView

Created 9 months ago by yJeroenTutorials8 comments – viewed 17,836 times – ( +11 )
This tutorial gives you multiple options of how to fully implement showing, sorting and filtering related data in gridviews.

CGridView, CListView and CActiveDataProvider

Created 9 months ago by softarkTutorials11 comments – viewed 35,159 times – ( +30 )
CGridView (or CListView) together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. But how do they work together to accomplish their fantastic functions? And what are you expected to do to use them and to customize their behaviors? This article explains the very basics of them.

Facebook DeAuthorize callback URL and its response data.

Created 9 months ago by sirin kTutorials1 comment – viewed 3,502 times – ( +3 )
Facebook Deauthorize callback is used to getting notification to the app owner when a user uninstall our app from their fan page or profile.
tags: facebook

Create Yii Project In Cloud9

Created 9 months ago by BenTutorials5 comments – viewed 8,214 times – ( +3 )
This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.

CButtonColumn: Use special variable $data for the 'id' in the 'options' of a button

Created 9 months ago by bluezedTutorials5 comments – viewed 7,871 times – ( +6 )
In an application I had a CGridView with a CButtonColumn and for an Ajax-Request I needed to make sure that the IDs of the buttons would not change when the GridView was updated so in effect I wanted to link them to the $data->id. So I tried: