3 lines
77 B
PHP
3 lines
77 B
PHP
|
<?php
|
||
|
$value = Cake\Utility\Hash::get($data, $field['path']);
|
||
|
echo h($value);
|