new: [templates] generic ajax form added
parent
867b7a22a1
commit
7402476f0c
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
$this->Form->postLink(
|
||||||
|
'',
|
||||||
|
$path,
|
||||||
|
['data' => [$fieldName => $currentValue]]
|
||||||
|
);
|
||||||
|
?>
|
Loading…
Reference in New Issue