您现在的位置: 365建站网 > 365文章 > Zend_Paginator分页效果实例

Zend_Paginator分页效果实例

文章来源:365jz.com     点击数:267    更新时间:2010-01-25 21:47   参与评论

index.phtml

<? if (count($this->paginator)): ?>

<dl>
    <!-- Loop through the entries that were provided to us by the controller -->
    <? foreach ($this->paginator as $entry): ?>
    <dt><?= $this->escape($entry['ART_NO']) ?></dt>
    <dd><?= $this->escape($entry['SELL_PR']) ?></dd>
        <img height="29" alt="logo" src="images/b_add_to_cart.gif" width="92" border="0" />
    <? endforeach ?>
</dl>

<? endif ?>

<?= $this->paginationControl($this->paginator, 'Sliding', 'index/pagelist.phtml'); ?>

pagelist.phtml

<?php if ($this->pageCount): ?>
<div class="paginationControl">
<!-- Previous page link -->
<?php if (isset($this->previous)): ?>
  <a href="<?= $this->url(array('page' => $this->previous)); ?>">< 上一页</a> |
<?php else: ?>
  <span class="disabled">< 上一页</span> |
<?php endif; ?>

<!-- Numbered page links -->
<?php foreach ($this->pagesInRange as $page): ?>
  <?php if ($page != $this->current): ?>
    <a href="<?= $this->url(array('page' => $page)); ?>"><?= $page; ?></a> |
  <?php else: ?>
    <?= $page; ?> |
  <?php endif; ?>
<?php endforeach; ?>

<!-- Next page link -->
<?php if (isset($this->next)): ?>
  <a href="<?= $this->url(array('page' => $this->next)); ?>">下一页 ></a>
<?php else: ?>
  <span class="disabled">下一页 ></span>
<?php endif; ?>
</div>
<?php endif; ?>

控制文件

class IndexController extends Zend_Controller_Action
{
   
       
        protected Zend_Paginator分页效果实例 - 站长学院 中国站长 未来的中国站长, 更加专注中国网络的发展 广告服务 | 最新更新 | 加入收藏 | 设为首页

  • 首页
  • 互联网软件
  • IDC产品
  • 站长交易
  • 项目外包
  • 商业信息
  • 招聘求职
  • 公司库
  • 资 讯
  • 下 载
  • 学 院
  • 工 具
  • 论 坛
热门关键字:CSS布局配色参考Dreamweaver8 apacheApacheIIS6AjaxWML 首页 | HOME 站长之家 站长入门 运营策划 搜索优化 网站盈利 网页设计 Html CSS/Xhtml Dhtml WAP Dreamweaver 设计原理 平面动画 Photoshop Firework Flash 网站开发 Asp .Net Php Jsp Mssql Access Oracle Mysql 服务器 Fressbsd LINUX Windows
视频教程 常用手册 常用广告代码 js特效代码
站长学院 >> 网站开发技术教程 >> php教程  >> Zend_Paginator分页效果实例

Zend_Paginator分页效果实例

2010-1-10 18:10:00查看学习心得 {GetProperty(Content)} 本文作者:未知

如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛

发表评论 (267人查看0条评论)
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
昵称:
最新评论
------分隔线----------------------------

快速入口

· 365软件
· 杰创官网
· 建站工具
· 网站大全

其它栏目

· 建站教程
· 365学习

业务咨询

· 技术支持
· 服务时间:9:00-18:00
365建站网二维码

Powered by 365建站网 RSS地图 HTML地图

copyright © 2013-2024 版权所有 鄂ICP备17013400号