FireFlyFile
FireFlyFile is a simple class with a collection of helper methods to help you do the simple things with files that PHP doesnât offer such as recursive folder copy or the frustrating naming conventions that have you reaching for the manual time and time again due to poor naming convention. It can be looked upon as a File Helper class and itâs beauty is in itâs simplicity â for example creating a file with some text is a simple one liner as follows⦠FireFlyFile::touch(â/path/to/myfile/â, âsome textâ); For people that donât like static methods you can also use the traditional approach by instantiating the class and calling the method. To make sure you are getting the best I have provided unit tests using the PHPUnit testing framework*. I am using this library to great success in production in a number of systems.
Visit publisher site: FireFlyFileListing Details
- Filed in:
-
Scripts / PHP / Scripts & Programs / File Manipulation / File Management
- Submitted on:
- Last Updated:
- Jun 23, 2011
- Publisher:
- macroman Other listings by this publisher
License & Pricing Information
- License Type:
- Commercial
- Price:
- $4.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for FireFlyFile