PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO One
Access to database with PDO and run common queries
Author: By
Last change: * 1.24 2020-03-26
* builderReset() is now public
* 1.24 2020-03-26
* builderReset() is now public
* 1.23.1 2020-03-10
* Fixed a problem with the cache
* 1.23 2020-03-10
* method toMeta()
1.22 see README.md
1.21 see README.md
1.20 see README.md
1.19
1.16 2020-jan-14
* new method toListKeyValue()
* 1.15 2019-dec-29
* Fix small bug if the argument of isAssoc() is not an array.
* 1.14 2019-dec-26
* method where() works with associative array
* 1.13 2019-dec-26
* new method count()
* new method sum()
* new method min()
* new method max()
* new method avg()
* method select now allows null definition.
* obtainSqlFields() discontinued
* 1.12 2019-oct-20 Added argument (optional) ->toList($pdomodel) Added method ->toListSimple()
* 1.11 2019-oct-01 1.10 Added compatibility with php 5.6
Date: 4 years ago
Size: 990 bytes
 

Contents

Class file image Download
{ "name": "eftec/pdoone", "description": "Procedural PDO Data access class in a single Class", "version": "1.24.1", "type": "library", "keywords": [ "dao", "php", "pdo" ], "homepage": "https://github.com/EFTEC/PdoOne", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "license": "MIT", "autoload": { "psr-4": { "eftec\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require": { "php": ">=5.6", "ext-json": "*", "ext-openssl": "*", "ext-pdo": "*" }, "suggest": { "eftec/validationone": "For keeping and storing the messages" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5", "squizlabs/php_codesniffer": "~3.3.2", "friendsofphp/php-cs-fixer": "^2.11" } }