Hello,
I want to do some calculations in the ACTION from the Front List.
I saw on the forum:
<?php
pr($this->data);
etcetera....
If I use this the whole Arra is displayed correct.
But I want to use some fields.
I have tried to get the value of a field by using this statement: $int1 = $this->data['Veiligheid'];
Unfortunately the result is an empty field.
What am I doing wrong?
Please Help.
I want to do some calculations in the ACTION from the Front List.
I saw on the forum:
<?php
pr($this->data);
etcetera....
If I use this the whole Arra is displayed correct.
But I want to use some fields.
I have tried to get the value of a field by using this statement: $int1 = $this->data['Veiligheid'];
Unfortunately the result is an empty field.
What am I doing wrong?
Please Help.