Pdo is not suported ? #423
Answered
by
glensc
zhangzijun
asked this question in
Q&A
-
PdoSearcher public function getForUrl($url, $options, $conditions = []): void
{
throw NotImplementedException::notImplementedPdo(__METHOD__);
} How can I use PdoSearcher ? |
Beta Was this translation helpful? Give feedback.
Answered by
glensc
Apr 21, 2021
Replies: 1 comment
-
until someone implements it, you can not use a feature that is not implemented! The features missing are tracked in the pinned issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
glensc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
until someone implements it, you can not use a feature that is not implemented!
The features missing are tracked in the pinned issue: