Class: luckynum
Version: 1.0 9/28/2015
Copyright 2015 Wagon Trader, All Rights Reserved
Description:
This class will generate a number set from supplied text based on the principles of numerology.
Files:
luckynum.class.php - Main class
example.php - Simple application example
Installation:
Upload files to a web accessible location on your server (eg. public_html)
Configuration:
You can change the following settings in the class to meet your specific needs...
$numberCount - Default amount of number to find, this value can be changed during the scripts operation.
$lowRange - Default lowest value of valid number, this value can be changed during the scripts operation.
$highRange - Default highest value of valid number, this value can be changed during the scripts operation.
Usage:
Refer to example.php file for usage example.
Refer to luckynum.class.php file for instructions on using methods
Changelog
1.0
Initial release
|