1
がここYIIへYIIでページ分割と検索を行うにはどうしたらいいですか?
$this->layout = 'admin-home';
$studios = AccountsStudios::model()->with('generalUserStudiosesCount')->findAll();
#print_r($studios);
$this->render('listStudios', array('studios' => $studios));
アム全く新しい..表示するための私のコントローラのコードです...私は、フィルタオプションを含める検索し、改ページしたいです。
いいえ、いいですか?
はこちらをご覧http://www.yiiframework.com/forum/index.php?/topic/25901-pagination-solution-simple-and-complex-ways/ – redGREENblue
@redGREENblueページネーションdone..wat abtフィルタリング/検索 – SHANib
私はそのリンクをチェックしました。どのように文字列値の配列に基づいてページングを行うのですか? – shorif2000