Hi,
Another quick question:
I can see that in CCv6 when creating a View - there is an option to create a Table or Repeater view.
In the content box you can enter the code to display the data for a specific field for each row of data.
The format for this is:
and it works perfectly.
Does anyone know what the format of displaying this data would be if entered in PHP?
In CCv5 you could easily enter $row['model']['field']
Thanks in advance, Paddy
Another quick question:
I can see that in CCv6 when creating a View - there is an option to create a Table or Repeater view.
In the content box you can enter the code to display the data for a specific field for each row of data.
The format for this is:
{var:repeatername.row.model.field}
and it works perfectly.
Does anyone know what the format of displaying this data would be if entered in PHP?
In CCv5 you could easily enter $row['model']['field']
Thanks in advance, Paddy