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.
我需要用 mysql 创建一个自定义函数 silimar。但这必须在 sqlite 中才能运行 tdd。
我还没有在文档或代码结构中找到如何做到这一点。
参考: http: //php.net/manual/en/pdo.sqlitecreatefunction.php
谢谢。
您可以通过类似这样的方式获得 PDO 连接
$pdo = $this->SomeModel->getDataSource()->getConnection();
然后使用您的参考。