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

您现在的位置是:虫虫源码 > PHP > EDB数据库类

EDB数据库类

  • 资源大小:2.41 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 数据库

资 源 简 介

EDB is Php -> Mysql Database class. Latest Version v-0.1.3 About: Its very lightweight, simple, and easy to use, good start for begginers. Multi database Support. Edb class is only 5Kb. Usage Connection #1 ``` $db = new edb("example.com","username","password","databasename"); ``` Connection #2 ``` $config = array("example.com","username","password","databasename"); $db = new edb($config); **Select from table #1** $result = $db->q("select * from userslimit 3"); foreach($result as $a){ echo $a["name"]." ".$a["surname"]." ".$a["email"]." ".$a["country"]."

文 件 列 表

edb-0.1.3
example
example4.php
edb-class
example
edb-class
edb.class.php
edb-0.1.3

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.178545s