Closed AndyM84 closed 2 months ago
Just as we have the paired BaseDbClass and StoicDbClass, we should have a StoicDbApi that accepts a PdoHelper instead of a plain old PDO resource.
BaseDbClass
StoicDbClass
StoicDbApi
PdoHelper
PDO
This is made invalid by https://github.com/zibings/stoic-php-web/issues/19.
Just as we have the paired
BaseDbClass
andStoicDbClass
, we should have aStoicDbApi
that accepts aPdoHelper
instead of a plain oldPDO
resource.