CF8 - Table - PHP access a field

rbock 03 Jun, 2024

Hello Max,

How can I access a field within the table (output) using PHP? 

$this-get("table.field")

I don't see any debug output either.

rbock 10 Jun, 2024

Ok, I found it in the example form...

cruser 13 Jun, 2024

What was your solution?

rbock 14 Jun, 2024
Answer

$this->get("row.FIELD")

 or

{var:row.FIELD} // outside PHP

You need to login to be able to post a reply.