หน้าเว็บ

วันพฤหัสบดีที่ 13 ธันวาคม พ.ศ. 2555

แก้ไข pagenav component joomla 1.0 ไป 1.5

เปลี่ยนจาก (Joomla 1.0)
require_once (JB_JABSPATH . '/includes/pageNavigation.php');

$pageNav = new mosPageNav($total, $limitstart, $limit);
echo $pageNav->writePagesLinks("index.php?...&func=view&id=$id&catid=$catid");

ไปเป็น
jimport('joomla.html.pagination');
$pageNav = new JPagination( $total, $limitstart, $limit );
echo $pageNav->getPagesLinks();

หมายเหตุ นอกจาก getPagesLinks แล้วใช้รูปแบบอื่นได้ดังนี้
getPagesCounter(), getResultsCounter(), getPagesLinks(), getListFooter()

link ไว้อ้างอิง
http://docs.joomla.org/Using_JPagination_in_your_component

ไม่มีความคิดเห็น:

แสดงความคิดเห็น