Included Extensions
DMZ includes the following extensions. To use the features of an extension, simply add the name in the (parentheses) to your extensions list.
Data Conversion Extensions
- Associative Array Conversion Methods (arrayutils)
Allows objects to be converted to PHP arrays, and restored from them as well. - JSON-Encoding and Decoding Methods (json)
Allows objects to be converted to JavaScript Object Notation, and restored from it. - CSV Import and Export Methods (csvutils)
Allows objects to be exported to a CSV file, and import new objects from a CSV file.
HTML Generation Extensions
- HTML Form Generation Methods (htmlform)
Quickly generate standardized forms based on your DataMapper objects and relationships.
DataBase Utility Extensions
- Query Caching Methods (simplecache)
Enables simple query caching.