8 lines
120 B
PHP
8 lines
120 B
PHP
|
<?php
|
||
|
$this->Form->postLink(
|
||
|
'',
|
||
|
$path,
|
||
|
['data' => [$fieldName => $currentValue]]
|
||
|
);
|
||
|
?>
|