2017 © Pedro Peláez
 

library cdatabase

PHP classes for database handling upon PDO

image

mos/cdatabase

PHP classes for database handling upon PDO

  • Wednesday, February 3, 2016
  • by mikael_roos
  • Repository
  • 2 Watchers
  • 4 Stars
  • 1,321 Installations
  • PHP
  • 17 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

mos/cdatabase

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Code Coverage Scrutinizer Quality Score, (*1)

PHP classes for database handling upon PDO., (*2)

Read an article about it here "CDatabase - PHP classes för working with SQL queries and databases", (*3)

By Mikael Roos, me@mikaelroos.se., (*4)

License

This software is free software and carries a MIT license., (*5)

History

v0.1.1* (2016-02-03), (*6)

  • Allow binding params without type restrictions, used in "LIMIT ?, ?".

v0.1.1 (2015-09-17), (*7)

  • Added try catch for code example where right outer join not supported in SQLite.
  • Added phpdoc
  • Merged #4
  • Added unittesting and made it work on Travis.
  • Added support for group by clause.
  • Reformatted config-files with comments.
  • Double check that lastInsertId works.
  • Adding debug mode to hide or display connection details when connect() fails.
  • Added error reporting to testprograms in webroot.
  • Added utility webroot/check_driver.php to see if and what PDO drivers are loaded.
  • Merged issue #1 from Emil to include limit and offset and made it work with MySQL.

v0.1.0 (2014-04-17), (*8)

  • Using and modifying class CDatabase from Anax-oophp and merging with same class from Lydia.
  • Adding trait for TSQLQueryBuilderBasic.
  • Adding webroot with testfiles for SQLite, MySQL and general SQLBuilder.
  • Adding composer.json and publishing to Packagist as mos/cdatabase.
 .  
..:  Copyright (c) 2013 - 2016 Mikael Roos, me@mikaelroos.se

The Versions

03/02 2016

dev-master

9999999-dev http://dbwebb.se

PHP classes for database handling upon PDO

  Sources   Download

MIT

The Requires

  • php >=5.4

 

micro framework mvc module education

17/09 2015

v0.1.1

0.1.1.0 http://dbwebb.se

PHP classes for database handling upon PDO

  Sources   Download

MIT

The Requires

  • php >=5.4

 

micro framework mvc module education

17/04 2014

v0.1.0

0.1.0.0 http://dbwebb.se

PHP classes for database handling upon PDO

  Sources   Download

MIT

The Requires

  • php >=5.4

 

micro framework mvc module education