Recommend this page to a friend! |
Classes of Unay Santisteban | Database PDO Abstract Layer | README.md | Download |
|
DownloadOtherCode DatabaseLight database abstraction layer (PDO) Currently supported:
InstallationTo install the package we only have to add the dependency to *composer.json* file:
And run the following command:
Install without ComposerAlso we can use this library without Composer, we only have to include in our script the "database/autoload.php" file.
ConfigurationNow we have to create the instance and add a new connection to it.
|