PHP Classes

Packages of Domenico Pontari

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Domenico Pontari (3)  >  Mission progress status  >  Reputation  
Picture of Domenico Pontari
Name: Domenico Pontari <contact>
Classes: 3
Country: Italy Italy
Age: ???
All time rank: 203980 in Italy Italy
Week rank: 195 Up8 in Italy Italy Up
All time users: 1279
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 param  
Validate and filter request values
This class can be used to validate and filter request values.

It can take given POST or GET request values and validate them according to the expected type of the value. The types may be scalar, arrays or objects in JSON format.

The class can also filter values with a maximum length and discard values that seem to be used for SQL injection attempts.

The class can assume a default value for missing or invalid request values.
Not enough user ratings

  Files folder image Storage  
Store and retrieve variable values from files
This class can be used to store and retrieve variable values from files.

It can take variable values and store them in files with given names.

The class can also do the opposite, i.e. retrieve variable values from files.

The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize the variable values.
Not enough user ratings

  Files folder image Tokenizer  
PHP Programming Innovation award nominee
February 2010
Number 7


Prize: One copy of VS.PHP
Tokenizer split strings into tokens
This package obtain a list of tokens from a text string.

You can choose single space characters or sequences of more characters as delimiters.

You can also define markers characters: special characters or special character sequences that define an indivisible portion of string. That is useful to implement a quotation system for your tokens. You can define an escaping sequence for markers too.

Furthermore, it supports the definition of characters called "operators". Operators allow you to obtain pieces of strings ready for further elaborations combining tokens together.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 66% 66% - 75% - - 47% 3101
Month: Not yet rated by the users


  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