Zestoi release 1.1.35/9/2010
New Smarty ExtensionsIn general a smarty function now exists with the same name as the php zestoi function minus the zestoi_ prefix.e.g: the smarty {select_result} is the same as the php function zestoi_select_result(). unless the function is purely to set data, like {setval} then the extension will output the data unless a val= parameter is provided; in which case that variable will be set.
Use the argument '_args' if you have an array that represents the args, Example: {foreach from=$webcams_results item=model} Function List{append_results} {config} {configs} {select_result} {results} {vals} {val} {setval} {decode_url} {urlconfig} {list_channels} {expand_url} {ucfirst_sentence} {article} {feed} {webcams} the {webcams} extension has changed from 1.1.2 in that it will display the grid *unless* the var= parameter is provided, print= is left in for compatibility with the php version of the extension/function documentation to follow |
