cerebrate/templates/genericTemplates/ajaxForm.php

8 lines
120 B
PHP

<?php
$this->Form->postLink(
'',
$path,
['data' => [$fieldName => $currentValue]]
);
?>