Quote:
Originally Posted by Xenon
the code just generates a multidimensional array
ie an array called action templates containing two arrays, called requestemail and none.
each of these arrays contains another entry.
the whole structure is used by vb3 to know which templates have to be cached 
|
Thanks for getting back to me.
So this means PHP create 1 array named $actiontemplates containing 2 array:
- none
- requestemail
"none" contains a single string "activateform" and "requestemail" contains a single string "activate_requestemail"
Is this correct?
How does a statement have to look to access one of the strings?
$actiontemplates=>none[0]
???
Sorry for asking possibly stupid newbie stuff...