Text processing: FBCount
Nemanja Avramovic (contact me)
This class can generate enumerated lists of names.
It takes an array with a list of names and generates a single string separated with commas except the last two names that are separated by the word "and".
The names can be formatted with a configurable template string that is passed to the sprintf function. If the name list array is associative, both the array entry values and keys are passed.
Click here for detailed information about this class on phpclasses.org