search
Homephp教程php手册php adodb分页实现代码

php adodb分页实现代码

Jun 13, 2016 pm 12:24 PM
includephpcodePaginationcopyaccomplish

复制代码 代码如下:


include("adodb/adodb.inc.php"); //包含adodb类库文件
include("adodb/adodb-pager.inc.php"); //包含adodb-pager类库文件
$conn = NewADOConnection('mysql'); //创建adodb对象,声明数据库类型为MySQL
$conn->Connect("localhost", "root", "1981427", "test"); //连接数据库,其中mydb为数据库名
$sql = "select * from tablename1"; //定义要执行的SQL语句

$pager = new ADODB_Pager($conn, $sql); //根据连接对象和SQL语句创建分页对象
$pager->Render(3); //输出分页的页面,每页3条记录
?>



复制代码 代码如下:


include("adodb/adodb.inc.php"); //包含adodb类库文件
include("adodb/adodb-pager.inc.php"); //包含adodb-pager类库文件
$conn = NewADOConnection('mysql'); //创建adodb对象,声明数据库类型为MySQL
$conn->Connect("localhost", "root", "1981427", "test"); //连接数据库,其中mydb为数据库名
$sql = "select id as '编号', username as '姓名', password as '密码' from tablename1"; //定义要执行的SQL语句

$pager = new ADODB_Pager($conn, $sql); //根据连接对象和SQL语句创建分页对象
$pager->Render(2); //输出分页的页面,每页2条记录
?>

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools