摘要:
<?php // 文件数据库 class ZFileDB { // 选择表 public static function table($_table, $_db = 'db01') { $db = new ZFileDB($_table, $_db); return $db; } private $ 阅读全文
posted @ 2020-08-22 10:37 PHP-张工 阅读(568) 评论(0) 推荐(0)
|
摘要:
<?php // 文件数据库 class ZFileDB { // 选择表 public static function table($_table, $_db = 'db01') { $db = new ZFileDB($_table, $_db); return $db; } private $ 阅读全文
posted @ 2020-08-22 10:37 PHP-张工 阅读(568) 评论(0) 推荐(0) |
||