Classes summary
CDateTimeParser |
CDateTimeParser converts a date/time string to a UNIX timestamp according to the
specified pattern. |
CFileHelper |
CFileHelper provides a set of helper methods for common file system operations. |
CFormatter |
CFormatter provides a set of commonly used data formatting methods. |
CLocalizedFormatter |
CLocalizedFormatter provides a set of commonly used data formatting methods
based on the current locale settings. |
CMarkdownParser |
CMarkdownParser is a wrapper of MarkdownExtra_Parser. |
CPasswordHelper |
CPasswordHelper provides a simple API for secure password hashing and
verification. |
CPropertyValue |
CPropertyValue is a helper class that provides static methods to convert
component property values to specific types. |
CTimestamp |
CTimestamp represents a timestamp. |
CVarDumper |
CVarDumper is intended to replace the buggy PHP function var_dump and print_r.
It can correctly identify the recursively referenced objects in a complex object
structure. It also has a recursive depth control to avoid indefinite recursive
display of some peculiar variables. |