KD2 Framework  Changes To 7.3

Changes to "7.3" between 2019-12-18 12:11:57 and 2019-12-19 11:40:13

25
26
27
28
29
30
31










25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41







+
+
+
+
+
+
+
+
+
+
* Image\_EXIF -> Graphics\\EXIF
* QRCode -> Graphics\\QRCode
* SVGPlot -> Graphics\\SVG\\Plot
* SVGPie -> Graphics\\SVG\\Pie
* DB -> DB\\DB
* DB\_SQLite3 -> DB\\SQLite3
* ODSWriter -> Office\\Calc\\Writer

## API changes

### DB

* `delete`, `count` and `test` methods don't accept the second argument to be empty anymore

### DB\SQLite3

* `__construct` is no longer specific to the class, use the same arguments as `DB::__construct`