gpt4 book ai didi

php - 使用 DMZ Data Mapper 连接到多个数据库

转载 作者:行者123 更新时间:2023-12-04 06:30:43 24 4
gpt4 key购买 nike

我将 DMZ DataMapper ORM 用于 CodeIgniter。

我确信可以将其配置为连接到多个数据库。我还没有找到任何文档。以前有人这样做过吗?

最佳答案

谢谢你的想法 indi。

在 application/config/database.php

$db['other_database'] = array(
'hostname' => 'your_host_name',
'username' => 'your_user_name',
'password' => 'your_paasword',
'database' => 'other_database_name',
'prefix' => '',
'dbdriver' => 'mysql',
'pconnect' => true,
'db_debug' => true,
'cache_on' => false,
'char_set' => 'utf8',
'cachedir' => '',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'autoinit' => FALSE,
'stricton' => FALSE,

);

class Your_new_class 扩展了 Datamapper {
public $db_params = 'other_database';

}

关于php - 使用 DMZ Data Mapper 连接到多个数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5448506/

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