php-mysql:使用 PHP 5.x 和 OOP 的 MySQL 数据库类文件

时间:2024-07-04 15:55:35
【文件属性】:

文件名称:php-mysql:使用 PHP 5.x 和 OOP 的 MySQL 数据库类文件

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-04 15:55:35

PHP

PHPMySQL PHP 中简单而强大的 MySQL 数据库助手,用于操作 PHP/MySQL Web 应用程序中所需的数据库操作。 文件 config.php用于存储 mysql 数据库配置 /lib/Inflector.php inflector 类用于将表名复数化和单数化 /lib/mysql.php用于数据库操作的 mysql 查询包装器 base.php数据库设置类 设置 将这两个文件都包含到您的 PHP 脚本中 // for configuration require_once('config.php'); //mysql wrapper require_once('lib/mysql.php'); //inflector for pluralize and singularize table names require_once('lib/Inflector.php');


【文件预览】:
php-mysql-master
----config.php(1KB)
----lib()
--------Inflector.php(19KB)
--------mysql.php(11KB)
----README.md(4KB)
----base.php(813B)

网友评论