Skip to content

Commit bfd711f

Browse files
committed
Saying Zend Framework doesn't have a DBAL is incorrect: Zend\Db is precisely that. I believe this phrasing is better.
1 parent cb3a752 commit bfd711f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ $container['phpmig.migrations_path'] = __DIR__ . DIRECTORY_SEPARATOR . 'migratio
177177
return $container;
178178
```
179179

180-
Unfortunately Zend Framework does not have a Database Abstraction Layer and
181-
setting up migrations requires couple additional steps. You first need to prepare
180+
Setting up migrations with Zend Framework requires a couple additional steps. You first need to prepare
182181
the configuration. It might be in any format supported by Zend_Config. Here is an
183182
example in YAML for MySQL:
184183

0 commit comments

Comments
 (0)