0
我在cakephp中定製了分頁。cakephp分頁接下來,上一個字符問題
<ul class="pagination centerPaginate">
<?php
if($this->Paginator->counter('{:pages}') > 1) {
//If disabled,then last para
echo $this->Paginator->prev('«', array('tag' => 'li'), null, array('class' => 'prev disabled prv' ,'tag' => 'li', 'escape' => false));
echo $this->Paginator->numbers(array('separator' => '', 'tag' => 'li' ,'currentClass' => 'active', 'currentTag' => 'a' , 'escape' => false));
echo $this->Paginator->next('»', array('tag' => 'li'), null, array('class' => 'next disabled nxt' ,'tag' => 'li', 'escape' => false));
}
?>
</ul>
我要去要插入的字符是«
和»
,我用了「逃離」 =>假的。
第1頁上的「上一個」選項卡包含正確的字符。但Next包含Tag like «
不是真正的字符。
在中間頁標籤包含Tag like « etc
而在去年頁面上類似,「下一步」字就可以了,但在上一個字符