LSCActiveDataProvider

Extends\CActiveDataProvider

package

Default

Methods

Calculates the total number of data items.

calculateTotalItemCount(): integer

Response

integer

the total number of data items.

Fetches the data from the persistent data storage.

fetchData(): array

Method content is copied from original CActiveDataProvider class, except for decryption part

Response

array

list of data items

Fetches the data item keys from the persistent data storage.

fetchKeys(): array

Response

array

list of data item keys.