Simple paging implemented with smarty

Source: Internet
Author: User
Simple pagination implemented with smarty. The following is the smarty code in the template. it is very simple to pass in the related variables with smarty, but the page parameter must also be input in the php code, for specific implementation, see the simple pagination implemented by using smarty. The following is the smarty code in the template. you can use smarty to input related variables, which is very simple, however, the page parameter is also required in the php code. for specific implementation, see the code:
{If $ pageCount> 1 }}
{Foreach item = I from = $ pagerList }}
{If $ pageNum eq $ I }}
{{$ I }}
{Else }}
{{$ I }}
{/If }}
{{/ Foreach }}
{If $ pageNum eq 1 }}
Previous Page
{Else }}
Previous Page
{/If }}
{If $ pageNum eq $ pageCount }}
Next page
{Else }}
Next page
{/If }}
{If $ pageNum eq 1 }}
Homepage
{Else }}
Homepage
{/If }}

{If $ pageNum eq $ pageCount }}
Last page
{Else }}
Last page
{/If }}
{/If }}
{$ PageCount} pages in total

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.