File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22Manage 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 ?
710JSONDB 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 ) ).
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments