| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Martin Grund (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class provides simple access to CSV files with the possibility to navigate through the record sets and also to manipulate them. The access to the record sets is as easy as accessing the record sets of a normal SQL based database. It just takes the file name of a file with information in the CSV format (Comma Separated Values) the class takes care of the other operations that you may want to perform, like for instance: navigating through the records in the file, updating records, deleting records and adding a new record. |
| ||||
| This class can be used to develop internationalized applications. It can retrieve texts for an application according to the selected locale language using the same text key. The texts for each idiom are stored in plain text data files. The class provides support for retrieving texts for different sections of the application in order to keep the translation data files small. |
| ||||
| This class gives you the possibility to navigate through MySQL record sets and manipulate the stored information. It just takes a SELECT statement and the class takes care of the other operations that you may want to perform, like for instance: updating records, deleting records, adding a new record, filter records according to a criteria. The class is meant to be used by those who just want easy access to their database table records and do not want to deal SQL too much. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |