Skip to content

storefront-bvba/zend-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Storefront's adaptation of Zend Framework DB 1

Changes made vs the original zf1/zend-db package.

  1. Minimum PHP version increased to 7.4
  2. We only support:
  • MySQL (via PDO and not mysqli)
  • MsSQL
  • PostgreSQL
  • SQLite
  1. Depencancies removed:
  • Zend_Loader
  • Zend_Registry
  1. We improved the quoteInto() method
  2. We improved the describeTable() method, so it returns the length for integer columns
  3. Added function insertOnDuplicate()

About

Zend Framework 1 Db package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%