Forums / General / Setting global variables
Rami Grossman
Friday 22 October 2004 7:37:34 am
I need to set a global variable as an array. So I could access it from any place.I used to write set-block with scope=root, but it can't be set as an array.
thanksRami
Ćukasz Serwatka
Saturday 23 October 2004 1:31:59 pm
Hi
Did you try this?
{set-block name=<name> scope=global variable=<myvariable>} {array(1,2,3,4)} or {hash('key', 'value')} {/set-block}
I hope this help
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Sunday 24 October 2004 1:06:02 am
but set-block is used only to pass text input as a variable. It is not logical that ez crew didn't think about using global variables not only as text input!?!?
Script start
Module start 'content'
Module end 'content'
Script end
Time used to render debug report: 0.0002 secs