Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Xenforo 有一个模型
public function newDb() { $instance = XenForo_Application::getInstance(); $dbConfig = $instance->getConfig()->db2; return $instance->loadDb($dbConfig); }
我可以在模型中加载和处理 sql。我想在 Datawriter 中使用这个数据库
请帮帮我!谢谢