Params but nice columns
echo "<pre>" . print_r($this->item->dpfields, true) . "</pre>";
Params but nice columns
echo "<pre>" . print_r($this->item->dpfields, true) . "</pre>";
Show the DP Fields array
`print_r($this->item->dpfields);
Params but nice columns
echo "<pre>" . print_r($params, true) . "</pre>";
Prints the output / returns human readable information about the variables. And by human readable...
`print_r();