storefront / zend-db
Storefront's adaptation of Zend Framework 1 Db package
dev-master
2026-01-09 11:09 UTC
Requires
- php: >=8.3
This package is auto-updated.
Last update: 2026-03-09 11:26:38 UTC
README
Changes made vs the original zf1/zend-db package.
- Minimum PHP version increased to 7.4
- We only support:
- MySQL (via
PDOand notmysqli) - MsSQL
- PostgreSQL
- SQLite
- Depencancies removed:
- Zend_Loader
- Zend_Registry
- We improved the
quoteInto()method - We improved the
describeTable()method, so it returns the length for integer columns - Added function
insertOnDuplicate()