PHP Classes

Packages of jerry mattsson

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of jerry mattsson (2)  >  Mission progress status  >  Reputation  
Picture of jerry mattsson
Name: jerry mattsson <contact>
Classes: 2
Country: Sweden Sweden
Age: ???
All time rank: 164013 in Sweden Sweden
Week rank: 195 Up2 in Sweden Sweden Up
All time users: 1766
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 c_date  
Perform basic arithmetic calculations with dates
This is a simple class that performs basic arithmetic calculations with dates.

It can add or subtract an amount of days to a given date.

It can also calculate the difference of days between two dates, returning fractions of days as result. Use the round() or floor() to eliminate fractions.

It uses the strtotime() function to convert the dates into 32 bit integer timestamp values to perform the calculations. Therefore, the class is limited to dates that start on 1970-01-01.

  Files folder image dbff  
Read and write flat file databases in CSV format
This class can be used to read and write flat file databases in a tagged CSV format. It can serve as a standalone PHP database replacement for simple and small applications or dynamic web pages.
It can create and maintain files with a given data definition for column names and types.
The class can perform queries to search CSV file records with fields that match a given condition. The search condition can use several kinds of comparison operands similar to SQL and with functions like Select (with and/or/sort), insert, update, delete, commit and rollback.
Supported datatypes are String, Integer, Number and Date formats.
Data validation are performed on insert/update and additional checks like Not Null, min, max, list and PK/UK keys can be defined. It is also possible to define an autoincremental key and record encryption.


  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