echo $this->Paginator->sort(‘title’);

ソート用のタイトルを、 [ title ]から[ タイトル ]に変更したいときには、

echo $this->Paginator->sort(‘タイトル’, ‘title’);

とする。

 

 

 

sort ( string $title , string $key = null , array $options = array() )

Generates a sorting link. Sets named parameters for the sort and direction. Handles direction switching automatically.

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Post Navigation