#==============================================================================#
+----------------------------------+
| phpFile - File Abstraction Class |
+----------------------------------+
Author : Mike Leigh
Email : mike@mikeleigh.com
Website : http://www.mikeleigh.com/scripts/phpdb
Support : http://www.mikeleigh.com/forum
Licence : GNU GPL - see LICENCE file
Version : 0.2
phpFile is a file manipulation class.
Incorporating phpFile into your application is as simple as including the class
file like so:
include('path/to/file.class.php');
For installation instructions see the INSTALL file.
For license details see the LICENSE file.
For development history see the CHANGELOG file.
#==============================================================================# |