I apologize for this stupid question.
I don't remember how to print all data off the CC array, I searched allover the forum without success
I tried with: $form->row, $form->rows, $form->data[row], $form->data[rows], $row->data, $rows->data, $this->data..7
What's the $form->data equivalent in CC?
Thanks
I don't remember how to print all data off the CC array, I searched allover the forum without success
I tried with: $form->row, $form->rows, $form->data[row], $form->data[rows], $row->data, $rows->data, $this->data..7
What's the $form->data equivalent in CC?
Thanks
Please try $row
You can use the "pr" function to have a nice print:
Regards,
Max
You can use the "pr" function to have a nice print:
pr($row);
Regards,
Max
This topic is locked and no more replies can be posted.
