首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 轻量级PHP PDO抽象库

轻量级PHP PDO抽象库

  • 资源大小:8.58 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php database class small PDO

资 源 简 介

This class extends the PDO object to provide DB abstraction - a simple way to query different types of databases without needing to change your code. PDO: PDO provides a data-access abstraction layer, which means that, regardless of which database you"re using, you use the same functions to issue queries and fetch data. PDO does not provide a database abstraction; it doesn"t rewrite SQL or emulate missing features. You should use a full-blown abstraction layer if you need that facility. - http://php.net/manual/en/intro.pdo.php However PDO does not cover DB query-abstraction - for that you have to use some huge class like ADOdb or PEAR:DB. Which of course will slow your site to a crawl if you are using shared hosting. This class fills this gap and provides DB query-abstraction for common

文 件 列 表

CXPOD_v1.0.0
cxpdo
index.php
VIP VIP
0.202485s