facile/zf1-dbal-adapter

此包已被废弃且不再维护。作者建议使用 https://github.com/facile-it/zf1-dbal-adapter 包。

ZF1 Doctrine DBAL Adapter for MySql

0.2.0 2020-05-08 13:47 UTC

This package is auto-updated.

Last update: 2020-05-08 13:49:15 UTC


README

A ZF1 Zend_Db adapter to help migration to Doctrine DBAL on legacy ZF1 projects.

如何使用

$connection = $container->get(\Doctrine\DBAL\Connection::class); // Get your DBAL connection
$adapter = new Facile\ZF1DbAdapter\Mysql\MysqlDBALAdapter($connection);

Zend_Db_Table::setDefaultAdapter($adapter);