PHP Classes

File: manual.txt

Recommend this page to a friend!
  Classes of Dave Smith   noSQL Packages   manual.txt   Download  
File: manual.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: noSQL Packages
Manage the approval of packages stored in files
Author: By
Last change:
Date: 8 years ago
Size: 951 bytes
 

Contents

Class file image Download
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