Advertisement
joris

CActiveDataProvider

Sep 23rd, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. $dataProvider=new CActiveDataProvider('MerchantBatchCode', array(
  2.     'criteria'=>array(
  3.         'condition'=>'merchant_code_exp=1',
  4.         'order'=>'id ASC'
  5.     ),
  6.     'pagination'=>array(
  7.         'pageSize'=>3,
  8.     ),
  9. ));
  10. $model = $dataProvider->getData();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement