CDatabase simplifies the process of working with PDO as a database interfacing layer.
PDO stands for PHP Data Objects, and it's a simple PHP extension that can be used as a database abstraction layer.
For a few years PDO has been shipping by default with all PHP distributions, but not all developers are using it as expected.
This is mainly due to its complex implementation steps and sometimes quirky and hard to get around syntax.
The CDatabase class provides a more simplified and clear way of working with PDO, letting developers easily connect, store, query, and fetch results from a PDO-supported database.
CDatabase comes with built-in support and examples for MySQL, SQLite and SQLBuilder.
What is new in this release:
- Adding trait for TSQLQueryBuilderBasic.
- Adding webroot with testfiles for SQLite, MySQL and general SQLBuilder.
- Adding composer.json and publishing to Packagist as mos/cdatabase.
- Using and modifying class CDatabase from Anax-oophp and merging with same class from Lydia.
What is new in version 0.1.0:
- Adding trait for TSQLQueryBuilderBasic.
- Adding webroot with testfiles for SQLite, MySQL and general SQLBuilder.
- Adding composer.json and publishing to Packagist as mos/cdatabase.
- Using and modifying class CDatabase from Anax-oophp and merging with same class from Lydia.
Requirements:
- PHP 5.4 or higher
Komentar tidak ditemukan