This package can be used to process text and data in arrays.
There is an abstract base class that can check the strings and call concrete methods that do the actual processing of the texts in the strings.
It can also traverse arrays and process string entry values or traverse array entries recursively to process their entries.
A concrete implementation class is provide as an example to demonstrate how to use it to process text with smiley characters.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
ContentParser |
Abstract.php |
Class |
Abstract class that provides interface for parsing some text content. |
Exception.php |
Class |
Exception in ContentParser package. |
Smileys.php |
Class |
Example class that extends ContentParser, and which purpose is parsing smileys. I use it as a model in of mine projects based on Zend Framework. You can't test it, but it is just example, to see how ContentParser_Abstract class can be used. |
demo.php |
Example |
Example script which you can't actually try, but it's purpose is just to see how ContentParser_Abstract can be used. |