Skip to content

Commit 04ae16e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into adding_class_map
2 parents db92b2e + 13afb8c commit 04ae16e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Manage local databases with JSON files and JSONDB Query Language (JQL)
33

44
[![Build Status](https://travis-ci.org/na2axl/jsondb-php.svg?branch=master)](https://travis-ci.org/na2axl/jsondb-php)
5+
[![Packagist Version](https://img.shields.io/badge/packagist-v1.1.3-brightgreen.svg)](https://packagist.org/packages/na2axl/jsondb)
6+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)
7+
58

69
## What's that ?
710
JSONDB is a database manager using JSON files and a custom query
@@ -285,4 +288,4 @@ catch (\JSONDB\Exception $e) {
285288
* **Axel Nana**: <[email protected]> - [https://tutorialcenters.tk](https://tutorialcenters.tk)
286289

287290
## Copyright
288-
(c) 2016 Centers Technologies. Licensed under MIT ([read license](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)).
291+
(c) 2016 Centers Technologies. Licensed under MIT ([read license](https://github.com/na2axl/jsondb-php/blob/master/LICENSE)).

src/JSONDB/JSONDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class JSONDB
8585
const FETCH_OBJECT = 5;
8686

8787
/**
88-
* Define if we fetch results as objects
88+
* Define if we fetch results with class mapping
8989
* @const int
9090
*/
9191
const FETCH_CLASS = 6;

0 commit comments

Comments
 (0)