cerebrate/templates/genericTemplates/ajaxForm.php

8 lines
120 B
PHP
Raw Normal View History

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