正在阅读:分页显示Oracle数据库记录的类之一分页显示Oracle数据库记录的类之一

2004-02-14 09:33 出处:奥索网 作者:sharetop 责任编辑:zwg
//------------------------------------- // 以下构造函数、析构函数及初始化函数 //------------------------------------- //构造函数 //参数:表名、最大行数、分页参考的字段、每页显示的页号数 function TOracleViewPage($TB,$ML,$id){ global $offset; $this->Table=$TB; $this->MaxLine=$ML; $this->Id=$id; $this->StartRec=0; if(isset($offset)) $this->Offset=$offset; else $this->Offset=0; $this->Condition=""; $this->TheFirstPage=NULL; $this->PageQury=NULL; } //初始化 //参数:用户名、密码、数据库 function InitDB($user,$password,$db){ if (PHP_OS == "WINNT") $dllid=dl("php3_oci80.dll"); $this->LinkId = OCILogon($user,$password,$db); } //断开 function Destroy(){ OCILogoff($this->LinkId); }
键盘也能翻页,试试“← →”键

相关文章

关注我们

最新资讯离线随时看 聊天吐槽赢奖品