Skip to content

Releases: giovanniramos/PDO4You

Keeping the Singleton design pattern

18 Oct 12:56
Compare
Choose a tag to compare

The constructor is set to private, preventing direct instance of the class.

This pattern had been removed in version 4.0.

Added support for the Composer

18 Oct 12:58
Compare
Choose a tag to compare
Pre-release

Was added to the project the support for Composer (Dependency Manager for PHP).

Installing With the Composer, to set as a dependency to your project:

{
    "require": {
         "giovanniramos/pdo4you": ">=4.1"
     }
}

PDO4You v4.0 - BETA

18 Oct 12:57
Compare
Choose a tag to compare

This version has been redesigned to support Namespaces