******************************************** * RELEASE 0.2 * ******************************************** Changes from previous version 0.1.1: - The FlatFile class has been renammed to FFHashMap. - split function calls have been replaced by explode function calls to avoid error on special chars. - The values stored in the map can now contain \n special char. - A new class named FFTable has been added, it handle a flat file containing a data table. This new class use another new class named FFTableRow. Look at the documentation for more information.