ZenMagick 0.9.10


Functions


Function Summary
void

zen_build_html_email_from_template(mixed template, mixed args)

zen_build_html_email_from_template wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.

string

zen_date_raw(string date, boolean reverse)

Convert UI date into a raw date format that zen-cart understands.

void

zen_href_link(str page, str params, str transport, bool addSessionId, bool seo, bool isStatic, bool useContext)

zen_href_link wrapper that delegates to the Zenmagick implementation.

void

zen_mail(mixed toName, mixed toAddress, mixed subject, mixed text, mixed fromName, mixed fromAddress, mixed block)

zen_mail wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.

Function Detail

zencart_overrides.php at line 107

zen_build_html_email_from_template

public void zen_build_html_email_from_template(mixed template, mixed args)

zen_build_html_email_from_template wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.


zencart_overrides.php at line 43

zen_date_raw

public string zen_date_raw(string date, boolean reverse)

Convert UI date into a raw date format that zen-cart understands.

This generic implementation will work as long as UI_DATE_FORMAT is defined.
The function will honour DD, MM, CC, YY and YYYY in the format.

NOTE: The format is *not* case sensitive.

Parameters:
date - A date (usually part of a form submit by the user).
reverse - If true, the returned data will be reversed.
Returns:
The provided date converted into the format YYYYDDMM or MMDDYYYY, respectivley.

zencart_overrides.php at line 58

zen_href_link

public void zen_href_link(str page, str params, str transport, bool addSessionId, bool seo, bool isStatic, bool useContext)

zen_href_link wrapper that delegates to the Zenmagick implementation.


zencart_overrides.php at line 79

zen_mail

public void zen_mail(mixed toName, mixed toAddress, mixed subject, mixed text, mixed fromName, mixed fromAddress, mixed block)

zen_mail wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.


ZenMagick 0.9.10