getpath is a short code snippet that returns part of a translated path, or the whole path, excluding the SCRIPT_NAME. Examples and usage are explained on its homepage.
A script that performs a search and replace function. Written because I didn't have one at the time. Can perform over multiple files and/or directories. Can be configured to ignore certain lines. No documentation as yet but should be easy enough to figure out.
File is a wrapper class to common PHP file functions. It encapsulates error checking during file operations, reducing the amount of code in your own programs and
avoiding redundancy.