facile-it/zf1-dbal-adapter

此包已被 弃用 且不再维护。未建议替代包。

ZF1 Doctrine DBAL Adapter for MySql

0.2.0 2020-05-08 13:47 UTC

This package is not auto-updated.

Last update: 2023-02-05 20:07:01 UTC


README

这是一个 ZF1 Zend_Db 适配器,用于帮助在旧版 ZF1 项目中迁移到 Doctrine DBAL。

如何使用

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

Zend_Db_Table::setDefaultAdapter($adapter);