Wiki

Sorted by commentsX
Displaying 371-380 of 469 result(s).

Force a User to Change Their Password (ChangePasswordFilter)

Created about a year ago by waterloomattTutorials1 comment – viewed 8,656 times – ( +14 )
Sometimes you need to force a user to change their password after x number of days. This article describes how to implement this using a filter, ChangePasswordFilter.

How to Setting Layouts in Yii

Created 11 days ago by ruderbytesHow-tos1 comment – viewed 3,504 times – ( +2 / -3 )
usually someone confused to make layouts in yii.

How to filter data using a dropdown list?

Created 4 years ago by qiangTutorials0 comments – viewed 17,371 times – ( +6 )
A dropdown list can be used to select a value, based on which we can filter the data to be displayed. For example, the extension page has a dropdown list to filter the displayed extensions according to the selected category.

Understanding series articles

Created about a year ago by GOshaTips0 comments – viewed 6,217 times – ( +16 )
Here are all wiki articles from "Understanding" series by Yii wiki contributors:

How to use Highslide for image popups

Created 4 years ago by mocapapaTutorials0 comments – viewed 11,126 times – ( +1 )
You can download the highslide javascript from http://highslide.com/. And here is an explanation on that URL;
tags: image, popups

Application-driven database with CDbMigration and an extended CActiveRecord

Created about a year ago by Tudor IlisoiOthers0 comments – viewed 5,839 times – ( +7 )
This is an incipient implementation of application-driven database with Yii.
tags: database, model

How to make use of a fragment cache

Created 4 years ago by dalipTutorials0 comments – viewed 5,428 times – ( +1 )
According to the manual http://jp.php.net/manual/en/memcache.installation.php;
tags: cache, memcache

How to validate CSRF token with session

Created about a year ago by yangmlsHow-tos0 comments – viewed 17,609 times – ( +17 )
First of all, You must change component config to enable the default Yii CSRF validation.
tags: CSRF, session

How to use Flash, Zend AMF and Yii Framework

Created about a year ago by janistoTutorials0 comments – viewed 6,229 times – ( +3 )
This is a simple demo how to use Zend_AMF with Yii.
tags: flash, zend, Zend_AMF, AMF