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 @@ + + + + + + + +Fat-Free Framework: DB\Jig Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + + +
+
+
+Public Member Functions | +Public Attributes | +Protected Attributes | +List of all members
+
+
DB\Jig Class Reference
+
+
+ +

Flat-file DB wrapper. + More...

+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

 read ($file)
 
 write ($file, array $data=NULL)
 
 dir ()
 
 uuid ()
 
 log ()
 
 jot ($frame)
 
 drop ()
 
 __construct ($dir, $format=self::FORMAT_JSON)
 
+ + + + + + + + + + + + + + + +

+Public Attributes

$dir
 Storage location.
 
$format
 Current storage format.
 
$log
 Jig log.
 
+const FORMAT_JSON =0
 
+const FORMAT_Serialized =1
 
+ + + + +

+Protected Attributes

$uuid
 UUID.
 
+

Detailed Description

+

Flat-file DB wrapper.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
DB\Jig::__construct ( $dir,
 $format = self::FORMAT_JSON 
)
+
+

Instantiate class

+
Parameters
+ + + +
$dirstring
$formatint
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
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
+ + +
$framestring
+
+
+ +
+
+ +
+
+ + + + + + + +
DB\Jig::log ()
+
+

Return SQL profiler results

+
Returns
string
+ +
+
+ +
+
+ + + + + + + + +
DB\Jig::read ( $file)
+
+

Read data from file

+
Returns
array
+
Parameters
+ + +
$filestring
+
+
+ +
+
+ +
+
+ + + + + + + +
DB\Jig::uuid ()
+
+

Return UUID

+
Returns
string
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
DB\Jig::write ( $file,
array $data = NULL 
)
+
+

Write data to file

+
Returns
int
+
Parameters
+ + + +
$filestring
$dataarray
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
-- cgit v1.2.3-55-g7522