From bfd711f6f66a4a9e69ca1dc07c5d1b7b76c64df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=20Galv=C3=A3o=20Abbott?= Date: Mon, 28 Aug 2017 13:39:56 -0300 Subject: [PATCH] Saying Zend Framework doesn't have a DBAL is incorrect: Zend\Db is precisely that. I believe this phrasing is better. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e5a8fe..878f8d5 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,7 @@ $container['phpmig.migrations_path'] = __DIR__ . DIRECTORY_SEPARATOR . 'migratio return $container; ``` -Unfortunately Zend Framework does not have a Database Abstraction Layer and -setting up migrations requires couple additional steps. You first need to prepare +Setting up migrations with Zend Framework requires a couple additional steps. You first need to prepare the configuration. It might be in any format supported by Zend_Config. Here is an example in YAML for MySQL: