-
phpFile is a file manipulation class. This is intended to be either a base class to be extended or can be used on its own. The included example shows how a new file can be created and data written and inserted in the middle of the file.
-
multipleInsert is very useful when it is necessary to insert multiple records into a single table. Instead of looping over a insert query, we can create one insert query by using this class.

