PHP Classes

Packages of Martin Grund

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Martin Grund (3)  >  Mission progress status  >  Reputation  
Picture of Martin Grund
Name: Martin Grund <contact>
Classes: 3
Country: Germany Germany
Age: 43
All time rank: 47327 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 6033
Week users: 0
 
  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  
  Files folder image CSV file db  
Manipulation and navigation of CSV files
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.

  Files folder image M2 Translator  
Retrieve texts for internationalized applications
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.

  Files folder image Mysql record set  
MySQL Recordset handling
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