From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Wed, 4 Jun 2014 14:27:03 +0200
Subject: Add webinterface with functionallity
---
management-interface/lib/api/classDB_1_1Jig.html | 291 +++++++++++++++++++++++
1 file changed, 291 insertions(+)
create mode 100644 management-interface/lib/api/classDB_1_1Jig.html
(limited to 'management-interface/lib/api/classDB_1_1Jig.html')
diff --git a/management-interface/lib/api/classDB_1_1Jig.html b/management-interface/lib/api/classDB_1_1Jig.html
new file mode 100644
index 0000000..36a57e2
--- /dev/null
+++ b/management-interface/lib/api/classDB_1_1Jig.html
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+
Flat-file DB wrapper.
+ More...
+
+ |
+|
+ | $dir |
+| | Storage location.
|
+| |
+|
+ | $format |
+| | Current storage format.
|
+| |
+|
+ | $log |
+| | Jig log.
|
+| |
+ |
+|
+const | FORMAT_JSON =0 |
+| |
+|
+const | FORMAT_Serialized =1 |
+| |
+
+
+
+
+
+
+
+
+ | DB\Jig::__construct |
+ ( |
+ |
+ $dir, |
+
+
+ |
+ |
+ |
+ $format = self::FORMAT_JSON |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Instantiate class
+
- Parameters
-
+
+ | $dir | string |
+ | $format | int |
+
+
+
+
+
+
+
+
+
+
+
+
+ | DB\Jig::dir |
+ ( |
+ | ) |
+ |
+
+
+
+
Return directory
+
- Returns
- string
+
+
+
+
+
+
+
+
+ | DB\Jig::drop |
+ ( |
+ | ) |
+ |
+
+
+
+
Clean storage
+
- Returns
- NULL
+
+
+
+
+
+
+
+
+ | DB\Jig::jot |
+ ( |
+ |
+ $frame | ) |
+ |
+
+
+
+
Jot down log entry
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | DB\Jig::log |
+ ( |
+ | ) |
+ |
+
+
+
+
Return SQL profiler results
+
- Returns
- string
+
+
+
+
+
+
+
+
+ | DB\Jig::read |
+ ( |
+ |
+ $file | ) |
+ |
+
+
+
+
Read data from file
+
- Returns
- array
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | DB\Jig::uuid |
+ ( |
+ | ) |
+ |
+
+
+
+
Return UUID
+
- Returns
- string
+
+
+
+
+
+
+
+
+ | DB\Jig::write |
+ ( |
+ |
+ $file, |
+
+
+ |
+ |
+ array |
+ $data = NULL |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Write data to file
+
- Returns
- int
+
- Parameters
-
+
+ | $file | string |
+ | $data | array |
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
--
cgit v1.2.3-55-g7522