Skip to content

1.30

Compare
Choose a tag to compare
@jorgecc jorgecc released this 11 Apr 13:58
· 181 commits to master since this release

1.30 2020-04-10

  • Class separated in 3 new service class
  • lib/ext/PdoOne_Mysql.php = Service class for Mysql (mysql)
  • lib/ext/PdoOne_Sqlsrv.php = Service class for Sql Server (sqlsrv)
  • lib/ext/PdoOne_TestMockup.php = Service class for mockup test (test)
  • lib/ext/PdoOne_IExt.php = Interface for all services.
  • the /examples folder is not delivered by default. It allows to reduce the number of size. Use composer --prefer-source to get the examples