Class: docStat
Version: 0.1 beta 10/28/2015
Copyright 2015 Wagon Trader, All Rights Reserved
Description:
This class is a package approval system based on document oriented noSQL data.
It supports creating, reading and updating package folders and tracks their
approval status.
Files:
docstat.class.php - Main class
example.php - Usage examples
Installation:
Upload files to a web accessible location on your server (eg. public_html).
On Linux systems, set the permissions on your package folder to read and write (666) or (777)
Configuration:
Configure the following properties in docstat.class.php for your setup...
$rootFolder - The folder which will contain the package data, defaults to package/
$allowDupTitles - Set to false to force unique package titles.
$timeFormat - Set your prefered display format for timeStamps.
Usage:
Usage examples are provided in the example.php file.
Changelog
0.1 beta
Initial beta release
|