Created
February 1, 2017 20:55
-
-
Save gseilheimer/d9adca0829fb34df0c6c8a551f72ea15 to your computer and use it in GitHub Desktop.
redaxo rex_var::toArray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zu den Arrays | |
Eingabe: | |
CODE: ALLES AUSWÄHLEN | |
$value1 = rex_var::toArray('REX_VALUE[1]'); | |
<input type="text" name="VALUE[1][]" value="<?php echo $value1[0]; ?>" /> | |
Ausgabe | |
CODE: ALLES AUSWÄHLEN | |
$value1 = rex_var::toArray('REX_HTML_VALUE[1]'); | |
vg Thomas | |
<pre> | |
<?php | |
$arr = rex_var::toArray('REX_VALUE[3]'); | |
print_r($arr); | |
?> | |
</pre> | |
lg | |
Joachim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment