| Deprecated Methods | |
|---|---|
| org.zenmagick.ZMObject.create | Shortcut to create new class instances. |
| org.zenmagick.model.ZMConfigValue.getSetFunction | Get the set function. |
| org.zenmagick.model.ZMConfigValue.getUseFunction | Get the use function. |
| org.zenmagick.model.catalog.ZMProduct.isAttributePrice | Checks if the price is affected by attribute prices. |
| org.zenmagick.model.order.ZMOrder.getOrderStati | Get the order status history. |
| org.zenmagick.rp.ZMRequest.getRequestParameter | Generic access method for request parameter. |
| Deprecated Functions | |
|---|---|
| org.zenmagick.zm_backtrace | Simple wrapper around debug_backtrace(). |
| org.zenmagick.zm_ends_with | Check if the given string ends with the provided string. |
| org.zenmagick.zm_env | Helper function to dump the ZenMagick environment. |
| org.zenmagick.zm_exit | Exit execution. |
| org.zenmagick.zm_get_elapsed_time | Get the currently elapsed page execution time. |
| org.zenmagick.zm_globals | Create a PHP directive for all global ZenMagick objects. |
| org.zenmagick.zm_is_empty | Check if a given value or array is empty. |
| org.zenmagick.zm_is_in_array | Check if the given value exists in the array or comma separated list. |
| org.zenmagick.zm_log | Simple ZenMagick logging function. |
| org.zenmagick.zm_mkdir | Make dir. |
| org.zenmagick.zm_redirect | Redirect to the given url. |
| org.zenmagick.zm_resolve_zc_class | Resolve the given zen-cart class. |
| org.zenmagick.zm_rmdir | Remove a directory (tree). |
| org.zenmagick.zm_set_setting | Set configuration value. |
| org.zenmagick.zm_setting | Configuration lookup. |
| org.zenmagick.zm_settings | Get all settings. |
| org.zenmagick.zm_starts_with | Check if the given string starts with the provided string. |
| org.zenmagick.html.zm_absolute_href | Convert a given relative href/URL into a absolute one based on the current context. |
| org.zenmagick.html.zm_add_product_form | Convenience function to open a form to add a given product to the shopping cart. |
| org.zenmagick.html.zm_ajax_href | Convenience function. |
| org.zenmagick.html.zm_back_link | Back link. |
| org.zenmagick.html.zm_build_more | Truncate text. |
| org.zenmagick.html.zm_ezpage_href | Build href for ez-page. |
| org.zenmagick.html.zm_ezpage_link | Create a full HTML <a> tag. |
| org.zenmagick.html.zm_field_length | Create size and maxlength attributes for for input fields. |
| org.zenmagick.html.zm_form | Create a HTML form tag. |
| org.zenmagick.html.zm_href | Create a URL for a href. |
| org.zenmagick.html.zm_href_target | Create a HTML target or onclick attribute for a link. |
| org.zenmagick.html.zm_htmlencode | Encode a given string to valid HTML. |
| org.zenmagick.html.zm_htmlurldecode | Decode a HTML encoded URL. |
| org.zenmagick.html.zm_htmlurlencode | Encode a URL to valid HTML. |
| org.zenmagick.html.zm_image_uri | Create an absolute image path for the given image. |
| org.zenmagick.html.zm_more | Truncate text with trailing '...' Convenience function for zm_build_more. |
| org.zenmagick.html.zm_phpinfo | phpinfo wrapper. |
| org.zenmagick.html.zm_product_href | Convenience function. |
| org.zenmagick.html.zm_redirect_href | Create an redirect href for the given action and id. |
| org.zenmagick.html.zm_result_list_form | Convenience function to create a result list options form. |
| org.zenmagick.html.zm_rss_feed_href | Convenience function. |
| org.zenmagick.html.zm_secure_form | Secure version of zm_form to create a HTML form tag. |
| org.zenmagick.html.zm_secure_href | Secure version of zm_href. |
| org.zenmagick.html.zm_static_href | Convenience function. |
| org.zenmagick.html.zm_strip_html | Strip HTML tags from the given text. |
| org.zenmagick.html.defaults.zm_build_attribute_elements | Helper to generate HTML for product attributes. |
| org.zenmagick.html.defaults.zm_build_category_tree_list | Build a nested unordered list from the given categories. |
| org.zenmagick.html.defaults.zm_build_crumbtrail | Helper to format a given ZMCrumbtrail. |
| org.zenmagick.html.defaults.zm_display_banner | Display the given banner. |
| org.zenmagick.html.defaults.zm_email_copy_context | Format additional email content for internal copies. |
| org.zenmagick.html.defaults.zm_field_messages | Show form field specific error messages. |
| org.zenmagick.html.defaults.zm_format_address | Format an address according to the countries address format. |
| org.zenmagick.html.defaults.zm_format_title | Format title based on the given page value. |
| org.zenmagick.html.defaults.zm_hidden_list | Create group of hidden form field with a common name (ie. |
| org.zenmagick.html.defaults.zm_image | Creates a HTML <img> tag for the given ZMImageInfo. |
| org.zenmagick.html.defaults.zm_onload | Get optional onload handler for the current page. |
| org.zenmagick.html.defaults.zm_product_image_link | Create a HTML <a> tag with the product image of the given product. |
| org.zenmagick.html.defaults.zm_title | Simple title generator based on the page name. |
| org.zenmagick.misc.zm_boolean | Evaluate a string value as boolean. |
| org.zenmagick.misc.zm_checkbox_state | do/do not echo code for a selected checkbox |
| org.zenmagick.misc.zm_eval_if_modified_since | Helper for conditional get support. |
| org.zenmagick.misc.zm_fmt_price | format offer price |
| org.zenmagick.misc.zm_format_currency | Format the given amount according to the current currency. |
| org.zenmagick.misc.zm_is_checkout_page | Checks, if the current page is a checkout page. |
| org.zenmagick.misc.zm_mk_rss_date | Convert date to RSS date format. |
| org.zenmagick.misc.zm_parse_date | Parse a date according to a given format. |
| org.zenmagick.misc.zm_parse_money | Parse a money amount. |
| org.zenmagick.misc.zm_parse_rss_date | Parse RSS date. |
| org.zenmagick.misc.zm_radio_state | do/do not echo code for a selected radio button |
| org.zenmagick.misc.zm_text2html | Convert text based user input into HTML. |
| org.zenmagick.misc.zm_ui2date | Convert a UI date into the internal data format. |
| org.zenmagick.misc.zm_xml_encode | Encode XML control characters. |
| org.zenmagick.security.zm_sanitize | Sanitize the given value. |