我想动态改变与数据库的连接,从函数中获取当前数据库名
$DataSource = $this->getDataSource()->config['database'];
并将其保存到模型“CurrentDb”中,这就是问题所在,我无法在 __construct() AppModel 中读取此模型并使用
$this->setDataSource($current_bd);
我想动态改变与数据库的连接,从函数中获取当前数据库名
$DataSource = $this->getDataSource()->config['database'];
并将其保存到模型“CurrentDb”中,这就是问题所在,我无法在 __construct() AppModel 中读取此模型并使用
$this->setDataSource($current_bd);