For pages that require hitting the database, page render times are related to db access.
对于需要访问数据库的页面,页面渲染时间与数据库访问相关。
PHP's database accesses are done using PEAR: : DB, a handy database abstraction layer that allows the same database-access code to be used regardless of what database is implemented.
PHP的数据库访问是使用PEAR: DB完成的,这是一个方便的数据库抽象层,不管数据库是如何实现的,它都可以使用相同的数据库访问代码。
The script includes the Pear: : DB database access class.
这个脚本包含Pear: DB数据库访问类。
应用推荐