Wiki

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

Using filters with CGridView and CArrayDataProvider

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

An important tip when you are using CArrayDataProvider.

Updated 8 months ago by sirin kTips0 comments – viewed 3,670 times – ( +5 / -1 )
Yii ‘s CArrayDataProvider is very helpful to display model relation data's directly on it.But it is truely a confusing one because by default it will assume a table field named “id” as primary key for its pagination purpose and what if you dont have field named “id” as primary key on your table? so its truely confusing and if you tried to display without an “id” field on ur table you will get an error like “yourmodel.id is not defined”.