-
- パブリック関数actionTest()
- {
- $criteria=new CDbCriteria;
- $criteria->order='id DESC';
- $count=User::model()->count($criteria) ;
- $pager=新しいCPagination($count);
- $pager->applyLimit($criteria);
- $userList=User::model()->findAll($) criteria);
- $this->render('test',array('list'=>$userList,'pages'=>$pager)); // bbs.it-home.org
-
-
コードをコピー
2、パーツコードを表示:
foreach($list as $o) - {
- echo $o->username.'
' - echo $o->id.'
';
- }
- $this->widget('CLinkPager',array(
- 'header'=>'',
- 'firstPageLabel' => 'ホーム',
- 'lastPageLabel' => '最後のページ' 、
- 'prevPageLabel' => '前のページ'、
- 'nextPageLabel' => $pages、
- )
- );
- コードをコピー
-
-
-
|