关于PEAR::DB_DataObject
项目目录为DBTest
数据库名称为db_object_test,库下有四个表。
目录下有配置文件DB_DataObject.ini
[DB_DataObject]
databse = mysql://root:welcome@localhost/db_object_test
schema_location = DBTables
class_location = DBTables/
class_prefix = DBTables_
目录下有php文件CreatDBTables.php
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->
<?php
require_once 'DB/DataObject/Generator.php';
$config = parse_ini_file("DB_DataObject.ini", true);
$options = &PEAR::getStaticProperty('DB_DataObject','options');
$options = $config['DB_DataObject'];
if (!$options){
PEAR::raiseError("\nerror\n", null, PEAR_ERROR_DIE);
exit;
}
set_time_limit(0);
DB_DataObject::debugLevel(1);
$generator = new DB_DataObject_Generator;
$generator->start();
?>
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号