Releases: giovanniramos/PDO4You
Releases · giovanniramos/PDO4You
Keeping the Singleton design pattern
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
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
This version has been redesigned to support Namespaces