altere5's blog

I thought what I'd do was, I'd pretend I was one of those deaf-mutes. ( or shou'd i ? )

2013-11-29から1日間の記事一覧

CakePHPのお勉強 10回目 お問い合わせ一覧のページ処理(2)

前回に引き続きページ処理(Pagination)関連のお勉強。 なお、だんだん同時に表示する必要のないものもあるが、お勉強なのでそこはスルーで。 (4) 次へ、前への表示 次のページや前のページのリンクを表示。 <table> <tr> <th>お名前</th> <th>メールアドレス</th> <th>お問い合わせ日時</th> </tr> <tr> <td><a href="/contacts/detail/?id=<?php echo $contact['Contact']['id']; ?>"></a></td></tr></table>