gpt4 book ai didi

php - 使用 MySQL 的原则

转载 作者:行者123 更新时间:2023-11-29 03:46:11 25 4
gpt4 key购买 nike

我正在查看 Doctrine 的一些示例文档,在示例中他们使用了 SQLite。我怎样才能让它使用 MySQL,并设置主机、数据库、用户名和密码?

在示例中,他们使用以下代码:

// Database connection information
$connectionOptions = array(
‘driver’ => ‘pdo_sqlite’,
‘path’ => ‘database.sqlite’
);

$em – EntityManager::create($connectionOptions, $config);

引用:http://www.slideshare.net/jwage/doctrine-2-not-the-same-old-php-orm

最佳答案

AFAIK Doctrine 在 EntityManager 中使用 DBAL 对象作为连接。所以that应该给你答案。

关于php - 使用 MySQL 的原则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4860030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com