Html Link

Adding HTML Anchor Links in CakePHP


Deprecated (16384) : Colon prefixed route placeholders like `:foo` are deprecated. Use braced placeholders like `{foo}` instead. /home/appsites/addons/setupcase.com/testflight/vendor/cakephp/cakephp/src/Routing/Route/Route.php, line: 303 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/cakephp/src/Routing/Route/Route.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /home/appsites/addons/setupcase.com/testflight/vendor/cakephp/cakephp/src/Core/functions.php, line 318]
Link

View

<?=
$this->Html->link('Link', ['prefix' => 'Staff','controller' => 'controllerName', 'action' => 'action'], ['class' => 'btn btn-primary', 'confirm' => 'confirm message']);
?>