print_r CC data array

fasenderos 15 Mar, 2015
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
Max_admin 02 Apr, 2015
Please try $row

You can use the "pr" function to have a nice print:
pr($row);


Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 03 Apr, 2015
Hi fasenderos,

$row will show the data for the current row; if you turn the Debugger on you will get more info,

Bob
This topic is locked and no more replies can be posted.