| Class Summary | |
|---|---|
| ZMLoader | ZenMagick code/class loader. |
| ZMMailer | Email sender class. |
| ZMModel | Model base class. |
| ZMObject | ZenMagick base class. |
| ZMRuntime | A central place for all runtime stuff. |
| ZMSession | Simple wrapper around $_SESSION to centralise access. |
| ZMSettings | Settings (ZenMagick's configuration). |
| ZMShoppingCart | Shopping cart. |
| Function Summary | |
|---|---|
| zm_backtrace | Simple wrapper around debug_backtrace(). |
| zm_dispatch | Dispatch the current request. |
| zm_ends_with | Check if the given string ends with the provided string. |
| zm_env | Helper function to dump the ZenMagick environment. |
| zm_error_handler | Custom error handler. |
| zm_exit | Exit execution. |
| zm_get_elapsed_time | Get the currently elapsed page execution time. |
| zm_globals | Create a PHP directive for all global ZenMagick objects. |
| zm_is_empty | Check if a given value or array is empty. |
| zm_is_in_array | Check if the given value exists in the array or comma separated list. |
| zm_log | Simple ZenMagick logging function. |
| zm_mkdir | Make dir. |
| zm_redirect | Redirect to the given url. |
| zm_resolve_zc_class | Resolve the given zen-cart class. |
| zm_rmdir | Remove a directory (tree). |
| zm_set_setting | Set configuration value. |
| zm_setting | Configuration lookup. |
| zm_settings | Get all settings. |
| zm_starts_with | Check if the given string starts with the provided string. |
Core classes and interfaces.