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 を作成する必要があります。しかし、これは tdd を実行するために sqlite になければなりません。
ドキュメントまたはコード構造でこれを行う方法を見つけられませんでした。
参照: http://php.net/manual/en/pdo.sqlitecreatefunction.php
ありがとう。
このようなものでPDO接続を取得できます
$pdo = $this->SomeModel->getDataSource()->getConnection();
そして、あなたの参照を使用してください。