Wiki

Articles tagged with "filters", sorted by date (updated)X
Displaying 1-4 of 4 result(s).

Using filters with CGridView and CArrayDataProvider

Updated 7 months ago by marcovtwoutHow-tos12 comments – viewed 24,532 times – ( +10 )
Using filters on CGridView with CActiveDataProvider is easy, but with CArrayDataProvider it is a bit tricky.

Force a User to Change Their Password (ChangePasswordFilter)

Updated about a year ago by waterloomattTutorials1 comment – viewed 8,683 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.

CListView AJAX filtering

Updated 2 years ago by DragaTutorials14 comments – viewed 28,476 times – ( +14 )
This tutorial shows how to filter CListView items by AJAX, and it's compatible with disabled JavaScript users In my case this has been done to filter users list

Using standard filters in CGridView custom fields

Updated 2 years ago by jwernerHow-tos4 comments – viewed 34,287 times – ( +15 )
In this article I'll try to explain how to use standard quick search fields in CGridView with customized columns.For example: We have a record in a database with field switch having 0 or 1 values. After that we want a user to see on or off instead 1 or 0. So we do the usual thing: