if($this-conn == ''){
$this-init_conn();
}
@mysql_query($sql);
$this-rowsNum = @mysql_affected_rows();
if(mysql_errno() == 0){
return $this-rowsNum;
}else{
return '';
}
}
//返回最近插入的一条数据库的id值
function returnRstId($sql){
if($this-conn == ''){
$this-init_conn();
}
@mysql_query($sql);
if(mysql_errno() == 0){
return mysql_insert_id();
}else{
return '';
}
}
//获取对应的字段值
function getFields($sql,$fields){
$this-mysql_query_rst($sql);
if(mysql_errno() == 0){
if(mysql_num_rows($this-result)0){
$tmpfld = @mysql_fetch_row($this-result);
$this-fields = $tmpfld[$fields];
}
return $this-fields;
}else{
return '';
}
}
//错误信息
function msg_error(){
if(mysql_errno() != 0) {
$this-msg = mysql_error();
}
return $this-msg;
}
//释放结果集
function close_rst(){
mysql_free_result($this-result);
$this-msg = '';
$this-fieldsNum = 0;
$this-rowsNum = 0;
$this-filesArray = '';
$this-rowsArray = '';
}
//关闭数据库
function close_conn(){
$this-close_rst();
mysql_close($this-conn);
$this-conn = '';
}
//取得数据库版本
function db_version() {
return mysql_get_server_info();
}
}
【php数据库分装类 php分类信息系统】php数据库分装类的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于php分类信息系统、php数据库分装类的信息别忘了在本站进行查找喔 。
推荐阅读
- 二次元格斗主机游戏推荐,二次元格斗游戏排行
- 新媒体如何找定位方向,新媒体平台定位怎么写
- css3滑动条,html5滑动条
- go语言100题 go语言笔试题
- java菜单树项目源代码,java菜单管理系统
- 怎么在电视上面看u盘,用电视怎么看u盘
- 角色扮演游戏有哪些情侣游戏,情侣玩角色扮演游戏
- go语言监控gpu go语言监听端口
- xp系统后怎么连接路由器,xp系统后怎么连接路由器设置